Html Css Color HEX #067324 Crusoe

📋 copy color: '#067324'

red 6 ◦ green 115 ◦ blue 36

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

Shades of Crusoe #067324

Tints of Crusoe #067324

RGB

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

 GREEN value IS 115 (45.31% from 255) = 73.25%

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

R = 3.82%
G = 73.25%
B = 22.93%

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

#067324 (or 0x067324) is known color: Crusoe. HEX triplet: 06, 73 and 24. RGB value is (6,115,36). Sum of RGB (Red+Green+Blue) = 6+115+36=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #067324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067324 is #F98CDB. Grayscale: #494949. Windows color (decimal): -16354524 or 2388742. OLE color: 2388742.

HSL color Cylindrical-coordinate representation of color #067324: hue angle of 136.51º 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 #067324 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 115 36 -
CMYK 0.95 0 0.69 0.55
HSL 136.51º 0.9% 0.24% -
HSV(B) 136.51º 0.95% 0.45% -
XYZ 6.52 12.43 3.72 -
YUV 73.4 106.89 79.92 -
System Red Green Blue C M Y K H S L
Decimal 6 115 36 0.95 0 0.69 0.55 136.51 0.9 0.24
Hex 6 73 24 5F 0 45 37 89 5A 18
Octal 6 163 44 137 0 105 67 211 132 30
Binary 110 1110011 100100 1011111 0 1000101 110111 10001001 1011010 11000

Color Harmonies of #067324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067324

Black with #067324

Text Example


Text Example

White with #067324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067324; }

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

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

background-color css

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

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

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

border-color css

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

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

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