Html Css Color HEX #434B14 Verdun Green

📋 copy color: '#434B14'

red 67 ◦ green 75 ◦ blue 20

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

Shades of Verdun Green #434B14

Tints of Verdun Green #434B14

RGB

 RED value IS 67 (26.56% from 255) = 41.36%

 GREEN value IS 75 (29.69% from 255) = 46.3%

 BLUE value IS 20 (8.2% from 255) = 12.35%

R = 41.36%
G = 46.3%
B = 12.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#434B14 (or 0x434B14) is known color: Verdun Green. HEX triplet: 43, 4B and 14. RGB value is (67,75,20). Sum of RGB (Red+Green+Blue) = 67+75+20=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #434B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434B14 is #BCB4EB. Grayscale: #424242. Windows color (decimal): -12367084 or 1329987. OLE color: 1329987.

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

Color convert

RGB 67 75 20 -
CMYK 0.11 0 0.73 0.71
HSL 68.73º 0.58% 0.19% -
HSV(B) 68.73º 0.73% 0.29% -
XYZ 4.96 6.28 1.61 -
YUV 66.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 67 75 20 0.11 0 0.73 0.71 68.73 0.58 0.19
Hex 43 4B 14 B 0 49 47 45 3A 13
Octal 103 113 24 13 0 111 107 105 72 23
Binary 1000011 1001011 10100 1011 0 1001001 1000111 1000101 111010 10011

Color Harmonies of #434B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B14

Black with #434B14

Text Example


Text Example

White with #434B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #434B14;
 }
 .AnyTagClassName
 {
   color: #434B14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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