Html Css Color HEX #434702 Verdun Green

📋 copy color: '#434702'

red 67 ◦ green 71 ◦ blue 2

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

Shades of Verdun Green #434702

Tints of Verdun Green #434702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.71%

 BLUE value IS 2 (1.17% from 255) = 1.43%

R = 47.86%
G = 50.71%
B = 1.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#434702 (or 0x434702) is known color: Verdun Green. HEX triplet: 43, 47 and 02. RGB value is (67,71,2). Sum of RGB (Red+Green+Blue) = 67+71+2=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #434702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434702 is #BCB8FD. Grayscale: #3E3E3E. Windows color (decimal): -12368126 or 149315. OLE color: 149315.

HSL color Cylindrical-coordinate representation of color #434702: hue angle of 63.48º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #434702 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 71 2 -
CMYK 0.06 0 0.97 0.72
HSL 63.48º 0.95% 0.14% -
HSV(B) 63.48º 0.97% 0.28% -
XYZ 4.58 5.7 0.92 -
YUV 61.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 67 71 2 0.06 0 0.97 0.72 63.48 0.95 0.14
Hex 43 47 2 6 0 61 48 3F 5F E
Octal 103 107 2 6 0 141 110 77 137 16
Binary 1000011 1000111 10 110 0 1100001 1001000 111111 1011111 1110

Color Harmonies of #434702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434702

Black with #434702

Text Example


Text Example

White with #434702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434702; }

 p { color: rgb(67,71,2); }

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

background-color css

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

 a { background-color: rgb(67,71,2); }

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

border-color css

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

 span { border-color: rgb(67,71,2); }

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