Html Css Color HEX #095C25 Crusoe

📋 copy color: '#095C25'

red 9 ◦ green 92 ◦ blue 37

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

Shades of Crusoe #095C25

Tints of Crusoe #095C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.81%

R = 6.52%
G = 66.67%
B = 26.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#095C25 (or 0x095C25) is known color: Crusoe. HEX triplet: 09, 5C and 25. RGB value is (9,92,37). Sum of RGB (Red+Green+Blue) = 9+92+37=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 92 (36.33% from 255 or 66.67% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 92 - color contains mainly: green. Hex color #095C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C25 is #F6A3DA. Grayscale: #3D3D3D. Windows color (decimal): -16163803 or 2448393. OLE color: 2448393.

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

Color convert

RGB 9 92 37 -
CMYK 0.90 0 0.60 0.64
HSL 140.24º 0.82% 0.2% -
HSV(B) 140.24º 0.9% 0.36% -
XYZ 4.27 7.85 3.04 -
YUV 60.91 114.5 90.97 -
System Red Green Blue C M Y K H S L
Decimal 9 92 37 0.90 0 0.60 0.64 140.24 0.82 0.2
Hex 9 5C 25 5A 0 3C 40 8C 52 14
Octal 11 134 45 132 0 74 100 214 122 24
Binary 1001 1011100 100101 1011010 0 111100 1000000 10001100 1010010 10100

Color Harmonies of #095C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C25

Black with #095C25

Text Example


Text Example

White with #095C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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