Html Css Color HEX #036C1D Crusoe

📋 copy color: '#036C1D'

red 3 ◦ green 108 ◦ blue 29

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

Shades of Crusoe #036C1D

Tints of Crusoe #036C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 77.14%

 BLUE value IS 29 (11.72% from 255) = 20.71%

R = 2.14%
G = 77.14%
B = 20.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#036C1D (or 0x036C1D) is known color: Crusoe. HEX triplet: 03, 6C and 1D. RGB value is (3,108,29). Sum of RGB (Red+Green+Blue) = 3+108+29=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 108 (42.58% from 255 or 77.14% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 108 - color contains mainly: green. Hex color #036C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036C1D is #FC93E2. Grayscale: #434343. Windows color (decimal): -16552931 or 1928195. OLE color: 1928195.

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

Color convert

RGB 3 108 29 -
CMYK 0.97 0 0.73 0.58
HSL 134.86º 0.95% 0.22% -
HSV(B) 134.86º 0.97% 0.42% -
XYZ 5.62 10.83 2.96 -
YUV 67.6 106.21 81.92 -
System Red Green Blue C M Y K H S L
Decimal 3 108 29 0.97 0 0.73 0.58 134.86 0.95 0.22
Hex 3 6C 1D 61 0 49 3A 87 5F 16
Octal 3 154 35 141 0 111 72 207 137 26
Binary 11 1101100 11101 1100001 0 1001001 111010 10000111 1011111 10110

Color Harmonies of #036C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C1D

Black with #036C1D

Text Example


Text Example

White with #036C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,108,29); }

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

background-color css

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

 a { background-color: rgb(3,108,29); }

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

border-color css

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

 span { border-color: rgb(3,108,29); }

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