Html Css Color HEX #036926 Crusoe

📋 copy color: '#036926'

red 3 ◦ green 105 ◦ blue 38

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

Shades of Crusoe #036926

Tints of Crusoe #036926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 71.92%

 BLUE value IS 38 (15.23% from 255) = 26.03%

R = 2.05%
G = 71.92%
B = 26.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#036926 (or 0x036926) is known color: Crusoe. HEX triplet: 03, 69 and 26. RGB value is (3,105,38). Sum of RGB (Red+Green+Blue) = 3+105+38=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #036926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036926 is #FC96D9. Grayscale: #434343. Windows color (decimal): -16553690 or 2517251. OLE color: 2517251.

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

Color convert

RGB 3 105 38 -
CMYK 0.97 0 0.64 0.59
HSL 140.59º 0.94% 0.21% -
HSV(B) 140.59º 0.97% 0.41% -
XYZ 5.44 10.26 3.53 -
YUV 66.86 111.71 82.45 -
System Red Green Blue C M Y K H S L
Decimal 3 105 38 0.97 0 0.64 0.59 140.59 0.94 0.21
Hex 3 69 26 61 0 40 3B 8D 5E 15
Octal 3 151 46 141 0 100 73 215 136 25
Binary 11 1101001 100110 1100001 0 1000000 111011 10001101 1011110 10101

Color Harmonies of #036926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036926

Black with #036926

Text Example


Text Example

White with #036926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036926; }

 p { color: rgb(3,105,38); }

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

background-color css

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

 a { background-color: rgb(3,105,38); }

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

border-color css

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

 span { border-color: rgb(3,105,38); }

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