#34600B

Color #34600B Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #34600B

Tints of Verdun Green #34600B

Color information

#34600B (or 0x34600B) is unknown color: approx Verdun Green. HEX triplet: 34, 60 and 0B. RGB value is (52,96,11). Sum of RGB (Red+Green+Blue) = 52+96+11=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #34600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34600B is #CB9FF4. Grayscale: #494949. Windows color (decimal): -13344757 or 745524. OLE color: 745524.

HSL color Cylindrical-coordinate representation of color #34600B: hue angle of 91.06º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34600B is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB529611-
CMYK0.4600.890.62
HSL91.06º79.44%20.98%-
HSV(B)91.06º88.54%37.65%-
XYZ5.669.121.78-
YUV73.1592.92112.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 96 (37.89% from 255) = 60.38%
BLUE value IS 11 (4.69% from 255) = 6.92%
R=32.70%
G=60.38%
B=6.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296110.4600.890.6291.0679.4420.98
Hex3460B2E0593E5b4f15
Octal64140135601317613311725
Binary11010011000001011101110010110011111101011011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34600B; }

 p { color: rgb(52,96,11); }

 H1.HeaderClassName
 {
   color: #34600B;
 }
 .AnyTagClassName
 {
   color: #34600B;
 }
</style>
background-color css

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

 a { background-color: rgb(52,96,11); }

 div.DivClassName
 {
   background-color: #34600B;
 }
 .BgClassName
 {
   background-color: #34600B;
 }
</style>
border-color css

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

 span { border-color: rgb(52,96,11); }

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