#434B13

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

Shades of Verdun Green #434B13

Tints of Verdun Green #434B13

Color information

#434B13 (or 0x434B13) is unknown color: approx Verdun Green. HEX triplet: 43, 4B and 13. RGB value is (67,75,19). Sum of RGB (Red+Green+Blue) = 67+75+19=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #434B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434B13 is #BCB4EC. Grayscale: #424242. Windows color (decimal): -12367085 or 1264451. OLE color: 1264451.

HSL color Cylindrical-coordinate representation of color #434B13: hue angle of 68.57º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #434B13 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB677519-
CMYK0.1100.750.71
HSL68.57º59.57%18.43%-
HSV(B)68.57º74.67%29.41%-
XYZ4.956.271.57-
YUV66.22101.35128.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.61%
GREEN value IS 75 (29.69% from 255) = 46.58%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=41.61%
G=46.58%
B=11.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6775190.1100.750.7168.5759.5718.43
Hex434B13B04B47453c12
Octal103113231301131071057422
Binary10000111001011100111011010010111000111100010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434B13; }

 p { color: rgb(67,75,19); }

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

<style>
 a { background-color: #434B13; }

 a { background-color: rgb(67,75,19); }

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

<style>
 span { border-color: #434B13; }

 span { border-color: rgb(67,75,19); }

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