Html Css Color HEX #434F0B Verdun Green

📋 copy color: '#434F0B'

red 67 ◦ green 79 ◦ blue 11

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

Shades of Verdun Green #434F0B

Tints of Verdun Green #434F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.01%

R = 42.68%
G = 50.32%
B = 7.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#434F0B (or 0x434F0B) is known color: Verdun Green. HEX triplet: 43, 4F and 0B. RGB value is (67,79,11). Sum of RGB (Red+Green+Blue) = 67+79+11=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 79 (31.25% from 255 or 50.32% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 79 - color contains mainly: green. Hex color #434F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434F0B is #BCB0F4. Grayscale: #434343. Windows color (decimal): -12366069 or 741187. OLE color: 741187.

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

Color convert

RGB 67 79 11 -
CMYK 0.15 0 0.86 0.69
HSL 70.59º 0.76% 0.18% -
HSV(B) 70.59º 0.86% 0.31% -
XYZ 5.17 6.81 1.36 -
YUV 67.66 96.02 127.53 -
System Red Green Blue C M Y K H S L
Decimal 67 79 11 0.15 0 0.86 0.69 70.59 0.76 0.18
Hex 43 4F B F 0 56 45 47 4C 12
Octal 103 117 13 17 0 126 105 107 114 22
Binary 1000011 1001111 1011 1111 0 1010110 1000101 1000111 1001100 10010

Color Harmonies of #434F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F0B

Black with #434F0B

Text Example


Text Example

White with #434F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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