Html Css Color HEX #09601A Crusoe

📋 copy color: '#09601A'

red 9 ◦ green 96 ◦ blue 26

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

Shades of Crusoe #09601A

Tints of Crusoe #09601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.85%

R = 6.87%
G = 73.28%
B = 19.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#09601A (or 0x09601A) is known color: Crusoe. HEX triplet: 09, 60 and 1A. RGB value is (9,96,26). Sum of RGB (Red+Green+Blue) = 9+96+26=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #09601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09601A is #F69FE5. Grayscale: #3E3E3E. Windows color (decimal): -16162790 or 1728521. OLE color: 1728521.

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

Color convert

RGB 9 96 26 -
CMYK 0.91 0 0.73 0.62
HSL 131.72º 0.83% 0.21% -
HSV(B) 131.72º 0.91% 0.38% -
XYZ 4.48 8.5 2.38 -
YUV 62.01 107.68 90.19 -
System Red Green Blue C M Y K H S L
Decimal 9 96 26 0.91 0 0.73 0.62 131.72 0.83 0.21
Hex 9 60 1A 5B 0 49 3E 84 53 15
Octal 11 140 32 133 0 111 76 204 123 25
Binary 1001 1100000 11010 1011011 0 1001001 111110 10000100 1010011 10101

Color Harmonies of #09601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09601A

Black with #09601A

Text Example


Text Example

White with #09601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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