Html Css Color HEX #415504 Verdun Green

📋 copy color: '#415504'

red 65 ◦ green 85 ◦ blue 4

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

Shades of Verdun Green #415504

Tints of Verdun Green #415504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.19%

 BLUE value IS 4 (1.95% from 255) = 2.6%

R = 42.21%
G = 55.19%
B = 2.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#415504 (or 0x415504) is known color: Verdun Green. HEX triplet: 41, 55 and 04. RGB value is (65,85,4). Sum of RGB (Red+Green+Blue) = 65+85+4=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #415504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415504 is #BEAAFB. Grayscale: #464646. Windows color (decimal): -12495612 or 283969. OLE color: 283969.

HSL color Cylindrical-coordinate representation of color #415504: hue angle of 74.81º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #415504 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 85 4 -
CMYK 0.24 0 0.95 0.67
HSL 74.81º 0.91% 0.17% -
HSV(B) 74.81º 0.95% 0.33% -
XYZ 5.45 7.63 1.3 -
YUV 69.79 90.87 124.59 -
System Red Green Blue C M Y K H S L
Decimal 65 85 4 0.24 0 0.95 0.67 74.81 0.91 0.17
Hex 41 55 4 18 0 5F 43 4B 5B 11
Octal 101 125 4 30 0 137 103 113 133 21
Binary 1000001 1010101 100 11000 0 1011111 1000011 1001011 1011011 10001

Color Harmonies of #415504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415504

Black with #415504

Text Example


Text Example

White with #415504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415504; }

 p { color: rgb(65,85,4); }

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

background-color css

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

 a { background-color: rgb(65,85,4); }

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

border-color css

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

 span { border-color: rgb(65,85,4); }

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