Html Css Color HEX #067424 Crusoe

📋 copy color: '#067424'

red 6 ◦ green 116 ◦ blue 36

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

Shades of Crusoe #067424

Tints of Crusoe #067424

RGB

 RED value IS 6 (2.73% from 255) = 3.8%

 GREEN value IS 116 (45.7% from 255) = 73.42%

 BLUE value IS 36 (14.45% from 255) = 22.78%

R = 3.8%
G = 73.42%
B = 22.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#067424 (or 0x067424) is known color: Crusoe. HEX triplet: 06, 74 and 24. RGB value is (6,116,36). Sum of RGB (Red+Green+Blue) = 6+116+36=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #067424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067424 is #F98BDB. Grayscale: #4A4A4A. Windows color (decimal): -16354268 or 2388998. OLE color: 2388998.

HSL color Cylindrical-coordinate representation of color #067424: hue angle of 136.36º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067424 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 116 36 -
CMYK 0.95 0 0.69 0.55
HSL 136.36º 0.9% 0.24% -
HSV(B) 136.36º 0.95% 0.45% -
XYZ 6.64 12.66 3.76 -
YUV 73.99 106.56 79.5 -
System Red Green Blue C M Y K H S L
Decimal 6 116 36 0.95 0 0.69 0.55 136.36 0.9 0.24
Hex 6 74 24 5F 0 45 37 88 5A 18
Octal 6 164 44 137 0 105 67 210 132 30
Binary 110 1110100 100100 1011111 0 1000101 110111 10001000 1011010 11000

Color Harmonies of #067424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067424

Black with #067424

Text Example


Text Example

White with #067424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067424; }

 p { color: rgb(6,116,36); }

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

background-color css

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

 a { background-color: rgb(6,116,36); }

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

border-color css

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

 span { border-color: rgb(6,116,36); }

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