Html Css Color HEX #095021 Crusoe

📋 copy color: '#095021'

red 9 ◦ green 80 ◦ blue 33

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

Shades of Crusoe #095021

Tints of Crusoe #095021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 65.57%

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

R = 7.38%
G = 65.57%
B = 27.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#095021 (or 0x095021) is known color: Crusoe. HEX triplet: 09, 50 and 21. RGB value is (9,80,33). Sum of RGB (Red+Green+Blue) = 9+80+33=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #095021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095021 is #F6AFDE. Grayscale: #353535. Windows color (decimal): -16166879 or 2183177. OLE color: 2183177.

HSL color Cylindrical-coordinate representation of color #095021: hue angle of 140.28º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095021 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 33 -
CMYK 0.89 0 0.59 0.69
HSL 140.28º 0.8% 0.17% -
HSV(B) 140.28º 0.89% 0.31% -
XYZ 3.26 5.91 2.41 -
YUV 53.41 116.48 96.32 -
System Red Green Blue C M Y K H S L
Decimal 9 80 33 0.89 0 0.59 0.69 140.28 0.8 0.17
Hex 9 50 21 59 0 3B 45 8C 50 11
Octal 11 120 41 131 0 73 105 214 120 21
Binary 1001 1010000 100001 1011001 0 111011 1000101 10001100 1010000 10001

Color Harmonies of #095021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095021

Black with #095021

Text Example


Text Example

White with #095021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095021; }

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

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

background-color css

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

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

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

border-color css

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

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

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