Html Css Color HEX #095D23 Crusoe

📋 copy color: '#095D23'

red 9 ◦ green 93 ◦ blue 35

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

Shades of Crusoe #095D23

Tints of Crusoe #095D23

RGB

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

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

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

R = 6.57%
G = 67.88%
B = 25.55%

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

#095D23 (or 0x095D23) is known color: Crusoe. HEX triplet: 09, 5D and 23. RGB value is (9,93,35). Sum of RGB (Red+Green+Blue) = 9+93+35=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 93 (36.72% from 255 or 67.88% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 93 - color contains mainly: green. Hex color #095D23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D23 is #F6A2DC. Grayscale: #3D3D3D. Windows color (decimal): -16163549 or 2317577. OLE color: 2317577.

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

Color convert

RGB 9 93 35 -
CMYK 0.90 0 0.62 0.64
HSL 138.57º 0.82% 0.2% -
HSV(B) 138.57º 0.9% 0.36% -
XYZ 4.33 8.01 2.91 -
YUV 61.27 113.17 90.72 -
System Red Green Blue C M Y K H S L
Decimal 9 93 35 0.90 0 0.62 0.64 138.57 0.82 0.2
Hex 9 5D 23 5A 0 3E 40 8B 52 14
Octal 11 135 43 132 0 76 100 213 122 24
Binary 1001 1011101 100011 1011010 0 111110 1000000 10001011 1010010 10100

Color Harmonies of #095D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D23

Black with #095D23

Text Example


Text Example

White with #095D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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