Html Css Color HEX #52630F Verdun Green

📋 copy color: '#52630F'

red 82 ◦ green 99 ◦ blue 15

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

Shades of Verdun Green #52630F

Tints of Verdun Green #52630F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 41.84%
G = 50.51%
B = 7.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#52630F (or 0x52630F) is known color: Verdun Green. HEX triplet: 52, 63 and 0F. RGB value is (82,99,15). Sum of RGB (Red+Green+Blue) = 82+99+15=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #52630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52630F is #AD9CF0. Grayscale: #545454. Windows color (decimal): -11377905 or 1008466. OLE color: 1008466.

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

Color convert

RGB 82 99 15 -
CMYK 0.17 0 0.85 0.61
HSL 72.14º 0.74% 0.22% -
HSV(B) 72.14º 0.85% 0.39% -
XYZ 8.03 10.75 2.1 -
YUV 84.34 88.87 126.33 -
System Red Green Blue C M Y K H S L
Decimal 82 99 15 0.17 0 0.85 0.61 72.14 0.74 0.22
Hex 52 63 F 11 0 55 3D 48 4A 16
Octal 122 143 17 21 0 125 75 110 112 26
Binary 1010010 1100011 1111 10001 0 1010101 111101 1001000 1001010 10110

Color Harmonies of #52630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52630F

Black with #52630F

Text Example


Text Example

White with #52630F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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