Html Css Color HEX #095D24 Crusoe

📋 copy color: '#095D24'

red 9 ◦ green 93 ◦ blue 36

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

Shades of Crusoe #095D24

Tints of Crusoe #095D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.09%

R = 6.52%
G = 67.39%
B = 26.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.61

 K value IS 0.64

RGB Variations

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

Color information

#095D24 (or 0x095D24) is known color: Crusoe. HEX triplet: 09, 5D and 24. RGB value is (9,93,36). Sum of RGB (Red+Green+Blue) = 9+93+36=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #095D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D24 is #F6A2DB. Grayscale: #3D3D3D. Windows color (decimal): -16163548 or 2383113. OLE color: 2383113.

HSL color Cylindrical-coordinate representation of color #095D24: hue angle of 139.29º 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 #095D24 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 93 36 -
CMYK 0.90 0 0.61 0.64
HSL 139.29º 0.82% 0.2% -
HSV(B) 139.29º 0.9% 0.36% -
XYZ 4.35 8.01 2.99 -
YUV 61.39 113.67 90.63 -
System Red Green Blue C M Y K H S L
Decimal 9 93 36 0.90 0 0.61 0.64 139.29 0.82 0.2
Hex 9 5D 24 5A 0 3D 40 8B 52 14
Octal 11 135 44 132 0 75 100 213 122 24
Binary 1001 1011101 100100 1011010 0 111101 1000000 10001011 1010010 10100

Color Harmonies of #095D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D24

Black with #095D24

Text Example


Text Example

White with #095D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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