#39630B

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

Shades of Verdun Green #39630B

Tints of Verdun Green #39630B

Color information

#39630B (or 0x39630B) is unknown color: approx Verdun Green. HEX triplet: 39, 63 and 0B. RGB value is (57,99,11). Sum of RGB (Red+Green+Blue) = 57+99+11=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #39630B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39630B is #C69CF4. Grayscale: #4C4C4C. Windows color (decimal): -13016309 or 746297. OLE color: 746297.

HSL color Cylindrical-coordinate representation of color #39630B: hue angle of 88.64º 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 #39630B is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB579911-
CMYK0.4200.890.61
HSL88.64º80%21.57%-
HSV(B)88.64º88.89%38.82%-
XYZ6.219.821.88-
YUV76.4191.09114.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.13%
GREEN value IS 99 (39.06% from 255) = 59.28%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=34.13%
G=59.28%
B=6.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799110.4200.890.6188.648021.57
Hex3963B2A0593D595016
Octal71143135201317513112026
Binary11100111000111011101010010110011111011011001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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