Html Css Color HEX #414B1C Verdun Green

📋 copy color: '#414B1C'

red 65 ◦ green 75 ◦ blue 28

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

Shades of Verdun Green #414B1C

Tints of Verdun Green #414B1C

RGB

 RED value IS 65 (25.78% from 255) = 38.69%

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

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

R = 38.69%
G = 44.64%
B = 16.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#414B1C (or 0x414B1C) is known color: Verdun Green. HEX triplet: 41, 4B and 1C. RGB value is (65,75,28). Sum of RGB (Red+Green+Blue) = 65+75+28=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #414B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B1C is #BEB4E3. Grayscale: #424242. Windows color (decimal): -12498148 or 1854273. OLE color: 1854273.

HSL color Cylindrical-coordinate representation of color #414B1C: hue angle of 72.77º 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 #414B1C is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 75 28 -
CMYK 0.13 0 0.63 0.71
HSL 72.77º 0.46% 0.2% -
HSV(B) 72.77º 0.63% 0.29% -
XYZ 4.91 6.24 2.04 -
YUV 66.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 65 75 28 0.13 0 0.63 0.71 72.77 0.46 0.2
Hex 41 4B 1C D 0 3F 47 49 2E 14
Octal 101 113 34 15 0 77 107 111 56 24
Binary 1000001 1001011 11100 1101 0 111111 1000111 1001001 101110 10100

Color Harmonies of #414B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B1C

Black with #414B1C

Text Example


Text Example

White with #414B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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