#34630B

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

Shades of Verdun Green #34630B

Tints of Verdun Green #34630B

Color information

#34630B (or 0x34630B) is unknown color: approx Verdun Green. HEX triplet: 34, 63 and 0B. RGB value is (52,99,11). Sum of RGB (Red+Green+Blue) = 52+99+11=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #34630B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34630B is #CB9CF4. Grayscale: #4B4B4B. Windows color (decimal): -13343989 or 746292. OLE color: 746292.

HSL color Cylindrical-coordinate representation of color #34630B: hue angle of 92.05º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34630B is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB529911-
CMYK0.4700.890.61
HSL92.05º80%21.57%-
HSV(B)92.05º88.89%38.82%-
XYZ5.949.681.87-
YUV74.9291.93111.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 99 (39.06% from 255) = 61.11%
BLUE value IS 11 (4.69% from 255) = 6.79%
R=32.10%
G=61.11%
B=6.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299110.4700.890.6192.058021.57
Hex3463B2F0593D5c5016
Octal64143135701317513412026
Binary11010011000111011101111010110011111011011100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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