Html Css Color HEX #09601B Crusoe

📋 copy color: '#09601B'

red 9 ◦ green 96 ◦ blue 27

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

Shades of Crusoe #09601B

Tints of Crusoe #09601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 72.73%

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

R = 6.82%
G = 72.73%
B = 20.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#09601B (or 0x09601B) is known color: Crusoe. HEX triplet: 09, 60 and 1B. RGB value is (9,96,27). Sum of RGB (Red+Green+Blue) = 9+96+27=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #09601B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09601B is #F69FE4. Grayscale: #3E3E3E. Windows color (decimal): -16162789 or 1794057. OLE color: 1794057.

HSL color Cylindrical-coordinate representation of color #09601B: hue angle of 132.41º 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 #09601B is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 27 -
CMYK 0.91 0 0.72 0.62
HSL 132.41º 0.83% 0.21% -
HSV(B) 132.41º 0.91% 0.38% -
XYZ 4.49 8.5 2.44 -
YUV 62.12 108.18 90.11 -
System Red Green Blue C M Y K H S L
Decimal 9 96 27 0.91 0 0.72 0.62 132.41 0.83 0.21
Hex 9 60 1B 5B 0 48 3E 84 53 15
Octal 11 140 33 133 0 110 76 204 123 25
Binary 1001 1100000 11011 1011011 0 1001000 111110 10000100 1010011 10101

Color Harmonies of #09601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09601B

Black with #09601B

Text Example


Text Example

White with #09601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09601B; }

 p { color: rgb(9,96,27); }

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

background-color css

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

 a { background-color: rgb(9,96,27); }

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

border-color css

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

 span { border-color: rgb(9,96,27); }

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