Html Css Color HEX #093425 Dark Green

📋 copy color: '#093425'

red 9 ◦ green 52 ◦ blue 37

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

Shades of Dark Green #093425

Tints of Dark Green #093425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 53.06%

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

R = 9.18%
G = 53.06%
B = 37.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#093425 (or 0x093425) is known color: Dark Green. HEX triplet: 09, 34 and 25. RGB value is (9,52,37). Sum of RGB (Red+Green+Blue) = 9+52+37=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #093425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093425 is #F6CBDA. Grayscale: #252525. Windows color (decimal): -16174043 or 2438153. OLE color: 2438153.

HSL color Cylindrical-coordinate representation of color #093425: hue angle of 159.07º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093425 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 52 37 -
CMYK 0.83 0 0.29 0.80
HSL 159.07º 0.7% 0.12% -
HSV(B) 159.07º 0.83% 0.2% -
XYZ 1.67 2.65 2.17 -
YUV 37.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 9 52 37 0.83 0 0.29 0.80 159.07 0.7 0.12
Hex 9 34 25 53 0 1D 50 9F 46 C
Octal 11 64 45 123 0 35 120 237 106 14
Binary 1001 110100 100101 1010011 0 11101 1010000 10011111 1000110 1100

Color Harmonies of #093425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093425

Black with #093425

Text Example


Text Example

White with #093425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093425; }

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

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

background-color css

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

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

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

border-color css

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

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

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