Html Css Color HEX #434B10 Verdun Green

📋 copy color: '#434B10'

red 67 ◦ green 75 ◦ blue 16

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

Shades of Verdun Green #434B10

Tints of Verdun Green #434B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.13%

R = 42.41%
G = 47.47%
B = 10.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#434B10 (or 0x434B10) is known color: Verdun Green. HEX triplet: 43, 4B and 10. RGB value is (67,75,16). Sum of RGB (Red+Green+Blue) = 67+75+16=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #434B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434B10 is #BCB4EF. Grayscale: #424242. Windows color (decimal): -12367088 or 1067843. OLE color: 1067843.

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

Color convert

RGB 67 75 16 -
CMYK 0.11 0 0.79 0.71
HSL 68.14º 0.65% 0.18% -
HSV(B) 68.14º 0.79% 0.29% -
XYZ 4.92 6.26 1.44 -
YUV 65.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 67 75 16 0.11 0 0.79 0.71 68.14 0.65 0.18
Hex 43 4B 10 B 0 4F 47 44 41 12
Octal 103 113 20 13 0 117 107 104 101 22
Binary 1000011 1001011 10000 1011 0 1001111 1000111 1000100 1000001 10010

Color Harmonies of #434B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B10

Black with #434B10

Text Example


Text Example

White with #434B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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