Html Css Color HEX #095621 Crusoe

📋 copy color: '#095621'

red 9 ◦ green 86 ◦ blue 33

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

Shades of Crusoe #095621

Tints of Crusoe #095621

RGB

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

 GREEN value IS 86 (33.98% from 255) = 67.19%

 BLUE value IS 33 (13.28% from 255) = 25.78%

R = 7.03%
G = 67.19%
B = 25.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#095621 (or 0x095621) is known color: Crusoe. HEX triplet: 09, 56 and 21. RGB value is (9,86,33). Sum of RGB (Red+Green+Blue) = 9+86+33=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 86 (33.98% from 255 or 67.19% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 86 - color contains mainly: green. Hex color #095621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095621 is #F6A9DE. Grayscale: #393939. Windows color (decimal): -16165343 or 2184713. OLE color: 2184713.

HSL color Cylindrical-coordinate representation of color #095621: hue angle of 138.7º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095621 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 86 33 -
CMYK 0.90 0 0.62 0.66
HSL 138.7º 0.81% 0.19% -
HSV(B) 138.7º 0.9% 0.34% -
XYZ 3.71 6.82 2.56 -
YUV 56.94 114.49 93.81 -
System Red Green Blue C M Y K H S L
Decimal 9 86 33 0.90 0 0.62 0.66 138.7 0.81 0.19
Hex 9 56 21 5A 0 3E 42 8B 51 13
Octal 11 126 41 132 0 76 102 213 121 23
Binary 1001 1010110 100001 1011010 0 111110 1000010 10001011 1010001 10011

Color Harmonies of #095621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095621

Black with #095621

Text Example


Text Example

White with #095621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095621; }

 p { color: rgb(9,86,33); }

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

background-color css

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

 a { background-color: rgb(9,86,33); }

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

border-color css

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

 span { border-color: rgb(9,86,33); }

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