Html Css Color HEX #036D1B Crusoe

📋 copy color: '#036D1B'

red 3 ◦ green 109 ◦ blue 27

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

Shades of Crusoe #036D1B

Tints of Crusoe #036D1B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 78.42%

 BLUE value IS 27 (10.94% from 255) = 19.42%

R = 2.16%
G = 78.42%
B = 19.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#036D1B (or 0x036D1B) is known color: Crusoe. HEX triplet: 03, 6D and 1B. RGB value is (3,109,27). Sum of RGB (Red+Green+Blue) = 3+109+27=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 109 (42.97% from 255 or 78.42% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 109 - color contains mainly: green. Hex color #036D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036D1B is #FC92E4. Grayscale: #444444. Windows color (decimal): -16552677 or 1797379. OLE color: 1797379.

HSL color Cylindrical-coordinate representation of color #036D1B: hue angle of 133.58º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036D1B is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 109 27 -
CMYK 0.97 0 0.75 0.57
HSL 133.58º 0.95% 0.22% -
HSV(B) 133.58º 0.97% 0.43% -
XYZ 5.7 11.04 2.87 -
YUV 67.96 104.88 81.67 -
System Red Green Blue C M Y K H S L
Decimal 3 109 27 0.97 0 0.75 0.57 133.58 0.95 0.22
Hex 3 6D 1B 61 0 4B 39 86 5F 16
Octal 3 155 33 141 0 113 71 206 137 26
Binary 11 1101101 11011 1100001 0 1001011 111001 10000110 1011111 10110

Color Harmonies of #036D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036D1B

Black with #036D1B

Text Example


Text Example

White with #036D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036D1B; }

 p { color: rgb(3,109,27); }

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

background-color css

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

 a { background-color: rgb(3,109,27); }

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

border-color css

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

 span { border-color: rgb(3,109,27); }

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