Html Css Color HEX #434B1D Verdun Green

📋 copy color: '#434B1D'

red 67 ◦ green 75 ◦ blue 29

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

Shades of Verdun Green #434B1D

Tints of Verdun Green #434B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.96%

R = 39.18%
G = 43.86%
B = 16.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#434B1D (or 0x434B1D) is known color: Verdun Green. HEX triplet: 43, 4B and 1D. RGB value is (67,75,29). Sum of RGB (Red+Green+Blue) = 67+75+29=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #434B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B1D is #BCB4E2. Grayscale: #434343. Windows color (decimal): -12367075 or 1919811. OLE color: 1919811.

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

Color convert

RGB 67 75 29 -
CMYK 0.11 0 0.61 0.71
HSL 70.43º 0.44% 0.2% -
HSV(B) 70.43º 0.61% 0.29% -
XYZ 5.05 6.31 2.11 -
YUV 67.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 67 75 29 0.11 0 0.61 0.71 70.43 0.44 0.2
Hex 43 4B 1D B 0 3D 47 46 2C 14
Octal 103 113 35 13 0 75 107 106 54 24
Binary 1000011 1001011 11101 1011 0 111101 1000111 1000110 101100 10100

Color Harmonies of #434B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B1D

Black with #434B1D

Text Example


Text Example

White with #434B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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