Html Css Color HEX #34580F Verdun Green

📋 copy color: '#34580F'

red 52 ◦ green 88 ◦ blue 15

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

Shades of Verdun Green #34580F

Tints of Verdun Green #34580F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 56.77%

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

R = 33.55%
G = 56.77%
B = 9.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#34580F (or 0x34580F) is known color: Verdun Green. HEX triplet: 34, 58 and 0F. RGB value is (52,88,15). Sum of RGB (Red+Green+Blue) = 52+88+15=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #34580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34580F is #CBA7F0. Grayscale: #454545. Windows color (decimal): -13346801 or 1005620. OLE color: 1005620.

HSL color Cylindrical-coordinate representation of color #34580F: hue angle of 89.59º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34580F is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 15 -
CMYK 0.41 0 0.83 0.65
HSL 89.59º 0.71% 0.2% -
HSV(B) 89.59º 0.83% 0.35% -
XYZ 4.99 7.74 1.68 -
YUV 68.91 97.57 115.94 -
System Red Green Blue C M Y K H S L
Decimal 52 88 15 0.41 0 0.83 0.65 89.59 0.71 0.2
Hex 34 58 F 29 0 53 41 5A 47 14
Octal 64 130 17 51 0 123 101 132 107 24
Binary 110100 1011000 1111 101001 0 1010011 1000001 1011010 1000111 10100

Color Harmonies of #34580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34580F

Black with #34580F

Text Example


Text Example

White with #34580F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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