Html Css Color HEX #09652A Crusoe

📋 copy color: '#09652A'

red 9 ◦ green 101 ◦ blue 42

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

Shades of Crusoe #09652A

Tints of Crusoe #09652A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.63%

R = 5.92%
G = 66.45%
B = 27.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#09652A (or 0x09652A) is known color: Crusoe. HEX triplet: 09, 65 and 2A. RGB value is (9,101,42). Sum of RGB (Red+Green+Blue) = 9+101+42=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #09652A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09652A is #F69AD5. Grayscale: #424242. Windows color (decimal): -16161494 or 2778377. OLE color: 2778377.

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

Color convert

RGB 9 101 42 -
CMYK 0.91 0 0.58 0.60
HSL 141.52º 0.84% 0.22% -
HSV(B) 141.52º 0.91% 0.4% -
XYZ 5.18 9.53 3.76 -
YUV 66.77 114.02 86.8 -
System Red Green Blue C M Y K H S L
Decimal 9 101 42 0.91 0 0.58 0.60 141.52 0.84 0.22
Hex 9 65 2A 5B 0 3A 3C 8E 54 16
Octal 11 145 52 133 0 72 74 216 124 26
Binary 1001 1100101 101010 1011011 0 111010 111100 10001110 1010100 10110

Color Harmonies of #09652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09652A

Black with #09652A

Text Example


Text Example

White with #09652A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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