Html Css Color HEX #3F450D Verdun Green

📋 copy color: '#3F450D'

red 63 ◦ green 69 ◦ blue 13

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

Shades of Verdun Green #3F450D

Tints of Verdun Green #3F450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.97%

R = 43.45%
G = 47.59%
B = 8.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#3F450D (or 0x3F450D) is known color: Verdun Green. HEX triplet: 3F, 45 and 0D. RGB value is (63,69,13). Sum of RGB (Red+Green+Blue) = 63+69+13=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #3F450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F450D is #C0BAF2. Grayscale: #3D3D3D. Windows color (decimal): -12630771 or 869695. OLE color: 869695.

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

Color convert

RGB 63 69 13 -
CMYK 0.09 0 0.81 0.73
HSL 66.43º 0.68% 0.16% -
HSV(B) 66.43º 0.81% 0.27% -
XYZ 4.25 5.34 1.19 -
YUV 60.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 63 69 13 0.09 0 0.81 0.73 66.43 0.68 0.16
Hex 3F 45 D 9 0 51 49 42 44 10
Octal 77 105 15 11 0 121 111 102 104 20
Binary 111111 1000101 1101 1001 0 1010001 1001001 1000010 1000100 10000

Color Harmonies of #3F450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F450D

Black with #3F450D

Text Example


Text Example

White with #3F450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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