Html Css Color HEX #095D27 Crusoe

📋 copy color: '#095D27'

red 9 ◦ green 93 ◦ blue 39

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

Shades of Crusoe #095D27

Tints of Crusoe #095D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.66%

R = 6.38%
G = 65.96%
B = 27.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#095D27 (or 0x095D27) is known color: Crusoe. HEX triplet: 09, 5D and 27. RGB value is (9,93,39). Sum of RGB (Red+Green+Blue) = 9+93+39=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 93 (36.72% from 255 or 65.96% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 93 - color contains mainly: green. Hex color #095D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D27 is #F6A2D8. Grayscale: #3D3D3D. Windows color (decimal): -16163545 or 2579721. OLE color: 2579721.

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

Color convert

RGB 9 93 39 -
CMYK 0.90 0 0.58 0.64
HSL 141.43º 0.82% 0.2% -
HSV(B) 141.43º 0.9% 0.36% -
XYZ 4.39 8.03 3.24 -
YUV 61.73 115.17 90.39 -
System Red Green Blue C M Y K H S L
Decimal 9 93 39 0.90 0 0.58 0.64 141.43 0.82 0.2
Hex 9 5D 27 5A 0 3A 40 8D 52 14
Octal 11 135 47 132 0 72 100 215 122 24
Binary 1001 1011101 100111 1011010 0 111010 1000000 10001101 1010010 10100

Color Harmonies of #095D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D27

Black with #095D27

Text Example


Text Example

White with #095D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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