Html Css Color HEX #434A0D Verdun Green

📋 copy color: '#434A0D'

red 67 ◦ green 74 ◦ blue 13

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

Shades of Verdun Green #434A0D

Tints of Verdun Green #434A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 48.05%

 BLUE value IS 13 (5.47% from 255) = 8.44%

R = 43.51%
G = 48.05%
B = 8.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#434A0D (or 0x434A0D) is known color: Verdun Green. HEX triplet: 43, 4A and 0D. RGB value is (67,74,13). Sum of RGB (Red+Green+Blue) = 67+74+13=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 74 (29.30% from 255 or 48.05% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 74 - color contains mainly: green. Hex color #434A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434A0D is #BCB5F2. Grayscale: #414141. Windows color (decimal): -12367347 or 870979. OLE color: 870979.

HSL color Cylindrical-coordinate representation of color #434A0D: hue angle of 66.89º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #434A0D is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 74 13 -
CMYK 0.09 0 0.82 0.71
HSL 66.89º 0.7% 0.17% -
HSV(B) 66.89º 0.82% 0.29% -
XYZ 4.84 6.12 1.31 -
YUV 64.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 67 74 13 0.09 0 0.82 0.71 66.89 0.7 0.17
Hex 43 4A D 9 0 52 47 43 46 11
Octal 103 112 15 11 0 122 107 103 106 21
Binary 1000011 1001010 1101 1001 0 1010010 1000111 1000011 1000110 10001

Color Harmonies of #434A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A0D

Black with #434A0D

Text Example


Text Example

White with #434A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,74,13); }

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

background-color css

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

 a { background-color: rgb(67,74,13); }

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

border-color css

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

 span { border-color: rgb(67,74,13); }

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