Html Css Color HEX #34560F Verdun Green

📋 copy color: '#34560F'

red 52 ◦ green 86 ◦ blue 15

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

Shades of Verdun Green #34560F

Tints of Verdun Green #34560F

RGB

 RED value IS 52 (20.7% from 255) = 33.99%

 GREEN value IS 86 (33.98% from 255) = 56.21%

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

R = 33.99%
G = 56.21%
B = 9.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#34560F (or 0x34560F) is known color: Verdun Green. HEX triplet: 34, 56 and 0F. RGB value is (52,86,15). Sum of RGB (Red+Green+Blue) = 52+86+15=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 86 (33.98% from 255 or 56.21% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 86 - color contains mainly: green. Hex color #34560F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34560F is #CBA9F0. Grayscale: #434343. Windows color (decimal): -13347313 or 1005108. OLE color: 1005108.

HSL color Cylindrical-coordinate representation of color #34560F: hue angle of 88.73º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34560F is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 86 15 -
CMYK 0.40 0 0.83 0.66
HSL 88.73º 0.7% 0.2% -
HSV(B) 88.73º 0.83% 0.34% -
XYZ 4.83 7.42 1.63 -
YUV 67.74 98.24 116.77 -
System Red Green Blue C M Y K H S L
Decimal 52 86 15 0.40 0 0.83 0.66 88.73 0.7 0.2
Hex 34 56 F 28 0 53 42 59 46 14
Octal 64 126 17 50 0 123 102 131 106 24
Binary 110100 1010110 1111 101000 0 1010011 1000010 1011001 1000110 10100

Color Harmonies of #34560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34560F

Black with #34560F

Text Example


Text Example

White with #34560F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,86,15); }

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

background-color css

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

 a { background-color: rgb(52,86,15); }

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

border-color css

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

 span { border-color: rgb(52,86,15); }

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