Html Css Color HEX #424318 Verdun Green

📋 copy color: '#424318'

red 66 ◦ green 67 ◦ blue 24

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

Shades of Verdun Green #424318

Tints of Verdun Green #424318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.29%

R = 42.04%
G = 42.68%
B = 15.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#424318 (or 0x424318) is known color: Verdun Green. HEX triplet: 42, 43 and 18. RGB value is (66,67,24). Sum of RGB (Red+Green+Blue) = 66+67+24=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #424318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424318 is #BDBCE7. Grayscale: #3D3D3D. Windows color (decimal): -12434664 or 1590082. OLE color: 1590082.

HSL color Cylindrical-coordinate representation of color #424318: hue angle of 61.4º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #424318 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 67 24 -
CMYK 0.01 0 0.64 0.74
HSL 61.4º 0.47% 0.18% -
HSV(B) 61.4º 0.64% 0.26% -
XYZ 4.42 5.24 1.64 -
YUV 61.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 66 67 24 0.01 0 0.64 0.74 61.4 0.47 0.18
Hex 42 43 18 1 0 40 4A 3D 2F 12
Octal 102 103 30 1 0 100 112 75 57 22
Binary 1000010 1000011 11000 1 0 1000000 1001010 111101 101111 10010

Color Harmonies of #424318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424318

Black with #424318

Text Example


Text Example

White with #424318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424318; }

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

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

background-color css

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

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

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

border-color css

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

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

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