Html Css Color HEX #09612D Crusoe

📋 copy color: '#09612D'

red 9 ◦ green 97 ◦ blue 45

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

Shades of Crusoe #09612D

Tints of Crusoe #09612D

RGB

 RED value IS 9 (3.91% from 255) = 5.96%

 GREEN value IS 97 (38.28% from 255) = 64.24%

 BLUE value IS 45 (17.97% from 255) = 29.8%

R = 5.96%
G = 64.24%
B = 29.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#09612D (or 0x09612D) is known color: Crusoe. HEX triplet: 09, 61 and 2D. RGB value is (9,97,45). Sum of RGB (Red+Green+Blue) = 9+97+45=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #09612D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09612D is #F69ED2. Grayscale: #404040. Windows color (decimal): -16162515 or 2973961. OLE color: 2973961.

HSL color Cylindrical-coordinate representation of color #09612D: hue angle of 144.55º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09612D is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 97 45 -
CMYK 0.91 0 0.54 0.62
HSL 144.55º 0.83% 0.21% -
HSV(B) 144.55º 0.91% 0.38% -
XYZ 4.86 8.8 3.92 -
YUV 64.76 116.85 88.23 -
System Red Green Blue C M Y K H S L
Decimal 9 97 45 0.91 0 0.54 0.62 144.55 0.83 0.21
Hex 9 61 2D 5B 0 36 3E 91 53 15
Octal 11 141 55 133 0 66 76 221 123 25
Binary 1001 1100001 101101 1011011 0 110110 111110 10010001 1010011 10101

Color Harmonies of #09612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09612D

Black with #09612D

Text Example


Text Example

White with #09612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09612D; }

 p { color: rgb(9,97,45); }

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

background-color css

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

 a { background-color: rgb(9,97,45); }

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

border-color css

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

 span { border-color: rgb(9,97,45); }

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