Html Css Color HEX #424B1C Verdun Green

📋 copy color: '#424B1C'

red 66 ◦ green 75 ◦ blue 28

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

Shades of Verdun Green #424B1C

Tints of Verdun Green #424B1C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 44.38%

 BLUE value IS 28 (11.33% from 255) = 16.57%

R = 39.05%
G = 44.38%
B = 16.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#424B1C (or 0x424B1C) is known color: Verdun Green. HEX triplet: 42, 4B and 1C. RGB value is (66,75,28). Sum of RGB (Red+Green+Blue) = 66+75+28=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #424B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B1C is #BDB4E3. Grayscale: #434343. Windows color (decimal): -12432612 or 1854274. OLE color: 1854274.

HSL color Cylindrical-coordinate representation of color #424B1C: hue angle of 71.49º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #424B1C is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 75 28 -
CMYK 0.12 0 0.63 0.71
HSL 71.49º 0.46% 0.2% -
HSV(B) 71.49º 0.63% 0.29% -
XYZ 4.97 6.27 2.05 -
YUV 66.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 66 75 28 0.12 0 0.63 0.71 71.49 0.46 0.2
Hex 42 4B 1C C 0 3F 47 47 2E 14
Octal 102 113 34 14 0 77 107 107 56 24
Binary 1000010 1001011 11100 1100 0 111111 1000111 1000111 101110 10100

Color Harmonies of #424B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B1C

Black with #424B1C

Text Example


Text Example

White with #424B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424B1C; }

 p { color: rgb(66,75,28); }

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

background-color css

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

 a { background-color: rgb(66,75,28); }

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

border-color css

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

 span { border-color: rgb(66,75,28); }

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