Html Css Color HEX #42430E Verdun Green

📋 copy color: '#42430E'

red 66 ◦ green 67 ◦ blue 14

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

Shades of Verdun Green #42430E

Tints of Verdun Green #42430E

RGB

 RED value IS 66 (26.17% from 255) = 44.9%

 GREEN value IS 67 (26.56% from 255) = 45.58%

 BLUE value IS 14 (5.86% from 255) = 9.52%

R = 44.9%
G = 45.58%
B = 9.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#42430E (or 0x42430E) is known color: Verdun Green. HEX triplet: 42, 43 and 0E. RGB value is (66,67,14). Sum of RGB (Red+Green+Blue) = 66+67+14=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #42430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42430E is #BDBCF1. Grayscale: #3C3C3C. Windows color (decimal): -12434674 or 934722. OLE color: 934722.

HSL color Cylindrical-coordinate representation of color #42430E: hue angle of 61.13º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42430E is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 67 14 -
CMYK 0.01 0 0.79 0.74
HSL 61.13º 0.65% 0.16% -
HSV(B) 61.13º 0.79% 0.26% -
XYZ 4.33 5.2 1.19 -
YUV 60.66 101.67 131.81 -
System Red Green Blue C M Y K H S L
Decimal 66 67 14 0.01 0 0.79 0.74 61.13 0.65 0.16
Hex 42 43 E 1 0 4F 4A 3D 41 10
Octal 102 103 16 1 0 117 112 75 101 20
Binary 1000010 1000011 1110 1 0 1001111 1001010 111101 1000001 10000

Color Harmonies of #42430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42430E

Black with #42430E

Text Example


Text Example

White with #42430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42430E; }

 p { color: rgb(66,67,14); }

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

background-color css

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

 a { background-color: rgb(66,67,14); }

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

border-color css

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

 span { border-color: rgb(66,67,14); }

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