Html Css Color HEX #095D1F Crusoe

📋 copy color: '#095D1F'

red 9 ◦ green 93 ◦ blue 31

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

Shades of Crusoe #095D1F

Tints of Crusoe #095D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.31%

R = 6.77%
G = 69.92%
B = 23.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#095D1F (or 0x095D1F) is known color: Crusoe. HEX triplet: 09, 5D and 1F. RGB value is (9,93,31). Sum of RGB (Red+Green+Blue) = 9+93+31=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 93 (36.72% from 255 or 69.92% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 93 - color contains mainly: green. Hex color #095D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D1F is #F6A2E0. Grayscale: #3C3C3C. Windows color (decimal): -16163553 or 2055433. OLE color: 2055433.

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

Color convert

RGB 9 93 31 -
CMYK 0.90 0 0.67 0.64
HSL 135.71º 0.82% 0.2% -
HSV(B) 135.71º 0.9% 0.36% -
XYZ 4.27 7.99 2.61 -
YUV 60.82 111.17 91.04 -
System Red Green Blue C M Y K H S L
Decimal 9 93 31 0.90 0 0.67 0.64 135.71 0.82 0.2
Hex 9 5D 1F 5A 0 43 40 88 52 14
Octal 11 135 37 132 0 103 100 210 122 24
Binary 1001 1011101 11111 1011010 0 1000011 1000000 10001000 1010010 10100

Color Harmonies of #095D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D1F

Black with #095D1F

Text Example


Text Example

White with #095D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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