Html Css Color HEX #052523 Dark Green

📋 copy color: '#052523'

red 5 ◦ green 37 ◦ blue 35

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

Shades of Dark Green #052523

Tints of Dark Green #052523

RGB

 RED value IS 5 (2.34% from 255) = 6.49%

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

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

R = 6.49%
G = 48.05%
B = 45.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#052523 (or 0x052523) is known color: Dark Green. HEX triplet: 05, 25 and 23. RGB value is (5,37,35). Sum of RGB (Red+Green+Blue) = 5+37+35=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #052523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052523 is #FADADC. Grayscale: #1B1B1B. Windows color (decimal): -16440029 or 2303237. OLE color: 2303237.

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

Color convert

RGB 5 37 35 -
CMYK 0.86 0 0.05 0.85
HSL 176.25º 0.76% 0.08% -
HSV(B) 176.25º 0.86% 0.15% -
XYZ 1.03 1.48 1.82 -
YUV 27.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 5 37 35 0.86 0 0.05 0.85 176.25 0.76 0.08
Hex 5 25 23 56 0 5 55 B0 4C 8
Octal 5 45 43 126 0 5 125 260 114 10
Binary 101 100101 100011 1010110 0 101 1010101 10110000 1001100 1000

Color Harmonies of #052523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052523

Black with #052523

Text Example


Text Example

White with #052523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052523; }

 p { color: rgb(5,37,35); }

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

background-color css

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

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

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

border-color css

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

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

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