Html Css Color HEX #095C23 Crusoe

📋 copy color: '#095C23'

red 9 ◦ green 92 ◦ blue 35

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

Shades of Crusoe #095C23

Tints of Crusoe #095C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.74%

R = 6.62%
G = 67.65%
B = 25.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#095C23 (or 0x095C23) is known color: Crusoe. HEX triplet: 09, 5C and 23. RGB value is (9,92,35). Sum of RGB (Red+Green+Blue) = 9+92+35=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 92 (36.33% from 255 or 67.65% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 92 - color contains mainly: green. Hex color #095C23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C23 is #F6A3DC. Grayscale: #3C3C3C. Windows color (decimal): -16163805 or 2317321. OLE color: 2317321.

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

Color convert

RGB 9 92 35 -
CMYK 0.90 0 0.62 0.64
HSL 138.8º 0.82% 0.2% -
HSV(B) 138.8º 0.9% 0.36% -
XYZ 4.24 7.83 2.88 -
YUV 60.69 113.5 91.13 -
System Red Green Blue C M Y K H S L
Decimal 9 92 35 0.90 0 0.62 0.64 138.8 0.82 0.2
Hex 9 5C 23 5A 0 3E 40 8B 52 14
Octal 11 134 43 132 0 76 100 213 122 24
Binary 1001 1011100 100011 1011010 0 111110 1000000 10001011 1010010 10100

Color Harmonies of #095C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C23

Black with #095C23

Text Example


Text Example

White with #095C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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