Html Css Color HEX #3F5003 Verdun Green

📋 copy color: '#3F5003'

red 63 ◦ green 80 ◦ blue 3

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

Shades of Verdun Green #3F5003

Tints of Verdun Green #3F5003

RGB

 RED value IS 63 (25% from 255) = 43.15%

 GREEN value IS 80 (31.64% from 255) = 54.79%

 BLUE value IS 3 (1.56% from 255) = 2.05%

R = 43.15%
G = 54.79%
B = 2.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#3F5003 (or 0x3F5003) is known color: Verdun Green. HEX triplet: 3F, 50 and 03. RGB value is (63,80,3). Sum of RGB (Red+Green+Blue) = 63+80+3=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5003 is #C0AFFC. Grayscale: #424242. Windows color (decimal): -12627965 or 217151. OLE color: 217151.

HSL color Cylindrical-coordinate representation of color #3F5003: hue angle of 73.25º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F5003 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 80 3 -
CMYK 0.21 0 0.96 0.69
HSL 73.25º 0.93% 0.16% -
HSV(B) 73.25º 0.96% 0.31% -
XYZ 4.93 6.8 1.14 -
YUV 66.14 92.37 125.76 -
System Red Green Blue C M Y K H S L
Decimal 63 80 3 0.21 0 0.96 0.69 73.25 0.93 0.16
Hex 3F 50 3 15 0 60 45 49 5D 10
Octal 77 120 3 25 0 140 105 111 135 20
Binary 111111 1010000 11 10101 0 1100000 1000101 1001001 1011101 10000

Color Harmonies of #3F5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5003

Black with #3F5003

Text Example


Text Example

White with #3F5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F5003; }

 p { color: rgb(63,80,3); }

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

background-color css

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

 a { background-color: rgb(63,80,3); }

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

border-color css

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

 span { border-color: rgb(63,80,3); }

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