Html Css Color HEX #3F450A Verdun Green

📋 copy color: '#3F450A'

red 63 ◦ green 69 ◦ blue 10

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

Shades of Verdun Green #3F450A

Tints of Verdun Green #3F450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.59%

 BLUE value IS 10 (4.3% from 255) = 7.04%

R = 44.37%
G = 48.59%
B = 7.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#3F450A (or 0x3F450A) is known color: Verdun Green. HEX triplet: 3F, 45 and 0A. RGB value is (63,69,10). Sum of RGB (Red+Green+Blue) = 63+69+10=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #3F450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F450A is #C0BAF5. Grayscale: #3C3C3C. Windows color (decimal): -12630774 or 673087. OLE color: 673087.

HSL color Cylindrical-coordinate representation of color #3F450A: hue angle of 66.1º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F450A is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 69 10 -
CMYK 0.09 0 0.86 0.73
HSL 66.1º 0.75% 0.15% -
HSV(B) 66.1º 0.86% 0.27% -
XYZ 4.23 5.33 1.09 -
YUV 60.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 63 69 10 0.09 0 0.86 0.73 66.1 0.75 0.15
Hex 3F 45 A 9 0 56 49 42 4B F
Octal 77 105 12 11 0 126 111 102 113 17
Binary 111111 1000101 1010 1001 0 1010110 1001001 1000010 1001011 1111

Color Harmonies of #3F450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F450A

Black with #3F450A

Text Example


Text Example

White with #3F450A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,69,10); }

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

background-color css

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

 a { background-color: rgb(63,69,10); }

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

border-color css

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

 span { border-color: rgb(63,69,10); }

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