Html Css Color HEX #095D22 Crusoe

📋 copy color: '#095D22'

red 9 ◦ green 93 ◦ blue 34

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

Shades of Crusoe #095D22

Tints of Crusoe #095D22

RGB

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

 GREEN value IS 93 (36.72% from 255) = 68.38%

 BLUE value IS 34 (13.67% from 255) = 25%

R = 6.62%
G = 68.38%
B = 25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.64

RGB Variations

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

Color information

#095D22 (or 0x095D22) is known color: Crusoe. HEX triplet: 09, 5D and 22. RGB value is (9,93,34). Sum of RGB (Red+Green+Blue) = 9+93+34=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 93 (36.72% from 255 or 68.38% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 93 - color contains mainly: green. Hex color #095D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D22 is #F6A2DD. Grayscale: #3D3D3D. Windows color (decimal): -16163550 or 2252041. OLE color: 2252041.

HSL color Cylindrical-coordinate representation of color #095D22: hue angle of 137.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D22 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 93 34 -
CMYK 0.90 0 0.63 0.64
HSL 137.86º 0.82% 0.2% -
HSV(B) 137.86º 0.9% 0.36% -
XYZ 4.32 8 2.83 -
YUV 61.16 112.67 90.8 -
System Red Green Blue C M Y K H S L
Decimal 9 93 34 0.90 0 0.63 0.64 137.86 0.82 0.2
Hex 9 5D 22 5A 0 3F 40 8A 52 14
Octal 11 135 42 132 0 77 100 212 122 24
Binary 1001 1011101 100010 1011010 0 111111 1000000 10001010 1010010 10100

Color Harmonies of #095D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D22

Black with #095D22

Text Example


Text Example

White with #095D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095D22; }

 p { color: rgb(9,93,34); }

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

background-color css

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

 a { background-color: rgb(9,93,34); }

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

border-color css

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

 span { border-color: rgb(9,93,34); }

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