Html Css Color HEX #042525 Dark Green

📋 copy color: '#042525'

red 4 ◦ green 37 ◦ blue 37

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

Shades of Dark Green #042525

Tints of Dark Green #042525

RGB

 RED value IS 4 (1.95% from 255) = 5.13%

 GREEN value IS 37 (14.84% from 255) = 47.44%

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

R = 5.13%
G = 47.44%
B = 47.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#042525 (or 0x042525) is known color: Dark Green. HEX triplet: 04, 25 and 25. RGB value is (4,37,37). Sum of RGB (Red+Green+Blue) = 4+37+37=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #042525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042525 is #FBDADA. Grayscale: #1B1B1B. Windows color (decimal): -16505563 or 2434308. OLE color: 2434308.

HSL color Cylindrical-coordinate representation of color #042525: hue angle of 180º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042525 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 37 37 -
CMYK 0.89 0 0 0.85
HSL 180º 0.8% 0.08% -
HSV(B) 180º 0.89% 0.15% -
XYZ 1.05 1.48 1.98 -
YUV 27.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 4 37 37 0.89 0 0 0.85 180 0.8 0.08
Hex 4 25 25 59 0 0 55 B4 50 8
Octal 4 45 45 131 0 0 125 264 120 10
Binary 100 100101 100101 1011001 0 0 1010101 10110100 1010000 1000

Color Harmonies of #042525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042525

Black with #042525

Text Example


Text Example

White with #042525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042525; }

 p { color: rgb(4,37,37); }

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

background-color css

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

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

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

border-color css

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

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

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