Html Css Color HEX #09652B Crusoe

📋 copy color: '#09652B'

red 9 ◦ green 101 ◦ blue 43

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

Shades of Crusoe #09652B

Tints of Crusoe #09652B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 66.01%

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 5.88%
G = 66.01%
B = 28.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#09652B (or 0x09652B) is known color: Crusoe. HEX triplet: 09, 65 and 2B. RGB value is (9,101,43). Sum of RGB (Red+Green+Blue) = 9+101+43=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #09652B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09652B is #F69AD4. Grayscale: #434343. Windows color (decimal): -16161493 or 2843913. OLE color: 2843913.

HSL color Cylindrical-coordinate representation of color #09652B: hue angle of 142.17º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09652B is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 101 43 -
CMYK 0.91 0 0.57 0.60
HSL 142.17º 0.84% 0.22% -
HSV(B) 142.17º 0.91% 0.4% -
XYZ 5.2 9.54 3.85 -
YUV 66.88 114.52 86.72 -
System Red Green Blue C M Y K H S L
Decimal 9 101 43 0.91 0 0.57 0.60 142.17 0.84 0.22
Hex 9 65 2B 5B 0 39 3C 8E 54 16
Octal 11 145 53 133 0 71 74 216 124 26
Binary 1001 1100101 101011 1011011 0 111001 111100 10001110 1010100 10110

Color Harmonies of #09652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09652B

Black with #09652B

Text Example


Text Example

White with #09652B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,101,43); }

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

background-color css

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

 a { background-color: rgb(9,101,43); }

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

border-color css

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

 span { border-color: rgb(9,101,43); }

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