Html Css Color HEX #42430F Verdun Green

📋 copy color: '#42430F'

red 66 ◦ green 67 ◦ blue 15

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

Shades of Verdun Green #42430F

Tints of Verdun Green #42430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.14%

R = 44.59%
G = 45.27%
B = 10.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.74

RGB Variations

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

Color information

#42430F (or 0x42430F) is known color: Verdun Green. HEX triplet: 42, 43 and 0F. RGB value is (66,67,15). Sum of RGB (Red+Green+Blue) = 66+67+15=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #42430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42430F is #BDBCF0. Grayscale: #3C3C3C. Windows color (decimal): -12434673 or 1000258. OLE color: 1000258.

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

Color convert

RGB 66 67 15 -
CMYK 0.01 0 0.78 0.74
HSL 61.15º 0.63% 0.16% -
HSV(B) 61.15º 0.78% 0.26% -
XYZ 4.34 5.21 1.23 -
YUV 60.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 66 67 15 0.01 0 0.78 0.74 61.15 0.63 0.16
Hex 42 43 F 1 0 4E 4A 3D 3F 10
Octal 102 103 17 1 0 116 112 75 77 20
Binary 1000010 1000011 1111 1 0 1001110 1001010 111101 111111 10000

Color Harmonies of #42430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42430F

Black with #42430F

Text Example


Text Example

White with #42430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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