Html Css Color HEX #095A1D Crusoe

📋 copy color: '#095A1D'

red 9 ◦ green 90 ◦ blue 29

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

Shades of Crusoe #095A1D

Tints of Crusoe #095A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 70.31%

 BLUE value IS 29 (11.72% from 255) = 22.66%

R = 7.03%
G = 70.31%
B = 22.66%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#095A1D (or 0x095A1D) is known color: Crusoe. HEX triplet: 09, 5A and 1D. RGB value is (9,90,29). Sum of RGB (Red+Green+Blue) = 9+90+29=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 90 (35.55% from 255 or 70.31% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 90 - color contains mainly: green. Hex color #095A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A1D is #F6A5E2. Grayscale: #3A3A3A. Windows color (decimal): -16164323 or 1923593. OLE color: 1923593.

HSL color Cylindrical-coordinate representation of color #095A1D: hue angle of 134.81º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A1D is Cyan = 0.9, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 90 29 -
CMYK 0.9 0 0.68 0.65
HSL 134.81º 0.82% 0.19% -
HSV(B) 134.81º 0.9% 0.35% -
XYZ 3.99 7.46 2.39 -
YUV 58.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 9 90 29 0.9 0 0.68 0.65 134.81 0.82 0.19
Hex 9 5A 1D 5A 0 44 41 87 52 13
Octal 11 132 35 132 0 104 101 207 122 23
Binary 1001 1011010 11101 1011010 0 1000100 1000001 10000111 1010010 10011

Color Harmonies of #095A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A1D

Black with #095A1D

Text Example


Text Example

White with #095A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,90,29); }

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

background-color css

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

 a { background-color: rgb(9,90,29); }

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

border-color css

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

 span { border-color: rgb(9,90,29); }

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