Html Css Color HEX #036625 Crusoe

📋 copy color: '#036625'

red 3 ◦ green 102 ◦ blue 37

#036625
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #036625

Tints of Crusoe #036625

RGB

 RED value IS 3 (1.56% from 255) = 2.11%

 GREEN value IS 102 (40.23% from 255) = 71.83%

 BLUE value IS 37 (14.84% from 255) = 26.06%

R = 2.11%
G = 71.83%
B = 26.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#036625 (or 0x036625) is known color: Crusoe. HEX triplet: 03, 66 and 25. RGB value is (3,102,37). Sum of RGB (Red+Green+Blue) = 3+102+37=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #036625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036625 is #FC99DA. Grayscale: #414141. Windows color (decimal): -16554459 or 2450947. OLE color: 2450947.

HSL color Cylindrical-coordinate representation of color #036625: hue angle of 140.61º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036625 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 37 -
CMYK 0.97 0 0.64 0.6
HSL 140.61º 0.94% 0.21% -
HSV(B) 140.61º 0.97% 0.4% -
XYZ 5.12 9.66 3.34 -
YUV 64.99 112.2 83.79 -
System Red Green Blue C M Y K H S L
Decimal 3 102 37 0.97 0 0.64 0.6 140.61 0.94 0.21
Hex 3 66 25 61 0 40 3C 8D 5E 15
Octal 3 146 45 141 0 100 74 215 136 25
Binary 11 1100110 100101 1100001 0 1000000 111100 10001101 1011110 10101

Color Harmonies of #036625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036625

Black with #036625

Text Example


Text Example

White with #036625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036625; }

 p { color: rgb(3,102,37); }

 H1.HeaderClassName
 {
   color: #036625;
 }
 .AnyTagClassName
 {
   color: #036625;
 }
</style>

background-color css

<style>
 a { background-color: #036625; }

 a { background-color: rgb(3,102,37); }

 div.DivClassName
 {
   background-color: #036625;
 }
 .BgClassName
 {
   background-color: #036625;
 }
</style>

border-color css

<style>
 span { border-color: #036625; }

 span { border-color: rgb(3,102,37); }

 td.TdClassName
 {
   border-color: #036625;
 }
 .TagClassName
 {
   border-color: #036625;
 }
</style>