Html Css Color HEX #096425 Crusoe

📋 copy color: '#096425'

red 9 ◦ green 100 ◦ blue 37

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

Shades of Crusoe #096425

Tints of Crusoe #096425

RGB

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

 GREEN value IS 100 (39.45% from 255) = 68.49%

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

R = 6.16%
G = 68.49%
B = 25.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#096425 (or 0x096425) is known color: Crusoe. HEX triplet: 09, 64 and 25. RGB value is (9,100,37). Sum of RGB (Red+Green+Blue) = 9+100+37=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 100 (39.45% from 255 or 68.49% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 100 - color contains mainly: green. Hex color #096425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096425 is #F69BDA. Grayscale: #414141. Windows color (decimal): -16161755 or 2450441. OLE color: 2450441.

HSL color Cylindrical-coordinate representation of color #096425: hue angle of 138.46º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096425 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 100 37 -
CMYK 0.91 0 0.63 0.61
HSL 138.46º 0.83% 0.21% -
HSV(B) 138.46º 0.91% 0.39% -
XYZ 5 9.31 3.28 -
YUV 65.61 111.85 87.62 -
System Red Green Blue C M Y K H S L
Decimal 9 100 37 0.91 0 0.63 0.61 138.46 0.83 0.21
Hex 9 64 25 5B 0 3F 3D 8A 53 15
Octal 11 144 45 133 0 77 75 212 123 25
Binary 1001 1100100 100101 1011011 0 111111 111101 10001010 1010011 10101

Color Harmonies of #096425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096425

Black with #096425

Text Example


Text Example

White with #096425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096425; }

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

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

background-color css

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

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

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

border-color css

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

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

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