Html Css Color HEX #434F02 Verdun Green

📋 copy color: '#434F02'

red 67 ◦ green 79 ◦ blue 2

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

Shades of Verdun Green #434F02

Tints of Verdun Green #434F02

RGB

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

 GREEN value IS 79 (31.25% from 255) = 53.38%

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

R = 45.27%
G = 53.38%
B = 1.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#434F02 (or 0x434F02) is known color: Verdun Green. HEX triplet: 43, 4F and 02. RGB value is (67,79,2). Sum of RGB (Red+Green+Blue) = 67+79+2=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #434F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434F02 is #BCB0FD. Grayscale: #424242. Windows color (decimal): -12366078 or 151363. OLE color: 151363.

HSL color Cylindrical-coordinate representation of color #434F02: hue angle of 69.35º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #434F02 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 79 2 -
CMYK 0.15 0 0.97 0.69
HSL 69.35º 0.95% 0.16% -
HSV(B) 69.35º 0.97% 0.31% -
XYZ 5.12 6.79 1.1 -
YUV 66.63 91.52 128.26 -
System Red Green Blue C M Y K H S L
Decimal 67 79 2 0.15 0 0.97 0.69 69.35 0.95 0.16
Hex 43 4F 2 F 0 61 45 45 5F 10
Octal 103 117 2 17 0 141 105 105 137 20
Binary 1000011 1001111 10 1111 0 1100001 1000101 1000101 1011111 10000

Color Harmonies of #434F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F02

Black with #434F02

Text Example


Text Example

White with #434F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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