Html Css Color HEX #09602E Crusoe

📋 copy color: '#09602E'

red 9 ◦ green 96 ◦ blue 46

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

Shades of Crusoe #09602E

Tints of Crusoe #09602E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.46%

R = 5.96%
G = 63.58%
B = 30.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#09602E (or 0x09602E) is known color: Crusoe. HEX triplet: 09, 60 and 2E. RGB value is (9,96,46). Sum of RGB (Red+Green+Blue) = 9+96+46=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #09602E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09602E is #F69FD1. Grayscale: #404040. Windows color (decimal): -16162770 or 3039241. OLE color: 3039241.

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

Color convert

RGB 9 96 46 -
CMYK 0.91 0 0.52 0.62
HSL 145.52º 0.83% 0.21% -
HSV(B) 145.52º 0.91% 0.38% -
XYZ 4.79 8.62 4 -
YUV 64.29 117.68 88.57 -
System Red Green Blue C M Y K H S L
Decimal 9 96 46 0.91 0 0.52 0.62 145.52 0.83 0.21
Hex 9 60 2E 5B 0 34 3E 92 53 15
Octal 11 140 56 133 0 64 76 222 123 25
Binary 1001 1100000 101110 1011011 0 110100 111110 10010010 1010011 10101

Color Harmonies of #09602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09602E

Black with #09602E

Text Example


Text Example

White with #09602E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09602E; }

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

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

background-color css

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

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

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

border-color css

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

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

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