Html Css Color HEX #52630D Verdun Green

📋 copy color: '#52630D'

red 82 ◦ green 99 ◦ blue 13

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

Shades of Verdun Green #52630D

Tints of Verdun Green #52630D

RGB

 RED value IS 82 (32.42% from 255) = 42.27%

 GREEN value IS 99 (39.06% from 255) = 51.03%

 BLUE value IS 13 (5.47% from 255) = 6.7%

R = 42.27%
G = 51.03%
B = 6.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#52630D (or 0x52630D) is known color: Verdun Green. HEX triplet: 52, 63 and 0D. RGB value is (82,99,13). Sum of RGB (Red+Green+Blue) = 82+99+13=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #52630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52630D is #AD9CF2. Grayscale: #545454. Windows color (decimal): -11377907 or 877394. OLE color: 877394.

HSL color Cylindrical-coordinate representation of color #52630D: hue angle of 71.86º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52630D is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 13 -
CMYK 0.17 0 0.87 0.61
HSL 71.86º 0.77% 0.22% -
HSV(B) 71.86º 0.87% 0.39% -
XYZ 8.01 10.75 2.03 -
YUV 84.11 87.87 126.49 -
System Red Green Blue C M Y K H S L
Decimal 82 99 13 0.17 0 0.87 0.61 71.86 0.77 0.22
Hex 52 63 D 11 0 57 3D 48 4D 16
Octal 122 143 15 21 0 127 75 110 115 26
Binary 1010010 1100011 1101 10001 0 1010111 111101 1001000 1001101 10110

Color Harmonies of #52630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52630D

Black with #52630D

Text Example


Text Example

White with #52630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52630D; }

 p { color: rgb(82,99,13); }

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

background-color css

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

 a { background-color: rgb(82,99,13); }

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

border-color css

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

 span { border-color: rgb(82,99,13); }

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