Html Css Color HEX #095D1D Crusoe

📋 copy color: '#095D1D'

red 9 ◦ green 93 ◦ blue 29

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

Shades of Crusoe #095D1D

Tints of Crusoe #095D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.14%

R = 6.87%
G = 70.99%
B = 22.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#095D1D (or 0x095D1D) is known color: Crusoe. HEX triplet: 09, 5D and 1D. RGB value is (9,93,29). Sum of RGB (Red+Green+Blue) = 9+93+29=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 93 (36.72% from 255 or 70.99% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 93 - color contains mainly: green. Hex color #095D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D1D is #F6A2E2. Grayscale: #3C3C3C. Windows color (decimal): -16163555 or 1924361. OLE color: 1924361.

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

Color convert

RGB 9 93 29 -
CMYK 0.90 0 0.69 0.64
HSL 134.29º 0.82% 0.2% -
HSV(B) 134.29º 0.9% 0.36% -
XYZ 4.25 7.98 2.48 -
YUV 60.59 110.17 91.2 -
System Red Green Blue C M Y K H S L
Decimal 9 93 29 0.90 0 0.69 0.64 134.29 0.82 0.2
Hex 9 5D 1D 5A 0 45 40 86 52 14
Octal 11 135 35 132 0 105 100 206 122 24
Binary 1001 1011101 11101 1011010 0 1000101 1000000 10000110 1010010 10100

Color Harmonies of #095D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D1D

Black with #095D1D

Text Example


Text Example

White with #095D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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