Html Css Color HEX #095C1C Crusoe

📋 copy color: '#095C1C'

red 9 ◦ green 92 ◦ blue 28

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

Shades of Crusoe #095C1C

Tints of Crusoe #095C1C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 71.32%

 BLUE value IS 28 (11.33% from 255) = 21.71%

R = 6.98%
G = 71.32%
B = 21.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#095C1C (or 0x095C1C) is known color: Crusoe. HEX triplet: 09, 5C and 1C. RGB value is (9,92,28). Sum of RGB (Red+Green+Blue) = 9+92+28=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 92 (36.33% from 255 or 71.32% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 92 - color contains mainly: green. Hex color #095C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C1C is #F6A3E3. Grayscale: #3C3C3C. Windows color (decimal): -16163812 or 1858569. OLE color: 1858569.

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

Color convert

RGB 9 92 28 -
CMYK 0.90 0 0.70 0.64
HSL 133.73º 0.82% 0.2% -
HSV(B) 133.73º 0.9% 0.36% -
XYZ 4.15 7.8 2.38 -
YUV 59.89 110 91.7 -
System Red Green Blue C M Y K H S L
Decimal 9 92 28 0.90 0 0.70 0.64 133.73 0.82 0.2
Hex 9 5C 1C 5A 0 46 40 86 52 14
Octal 11 134 34 132 0 106 100 206 122 24
Binary 1001 1011100 11100 1011010 0 1000110 1000000 10000110 1010010 10100

Color Harmonies of #095C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C1C

Black with #095C1C

Text Example


Text Example

White with #095C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,92,28); }

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

background-color css

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

 a { background-color: rgb(9,92,28); }

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

border-color css

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

 span { border-color: rgb(9,92,28); }

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