Html Css Color HEX #3F581B Verdun Green

📋 copy color: '#3F581B'

red 63 ◦ green 88 ◦ blue 27

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

Shades of Verdun Green #3F581B

Tints of Verdun Green #3F581B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.44%

 BLUE value IS 27 (10.94% from 255) = 15.17%

R = 35.39%
G = 49.44%
B = 15.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#3F581B (or 0x3F581B) is known color: Verdun Green. HEX triplet: 3F, 58 and 1B. RGB value is (63,88,27). Sum of RGB (Red+Green+Blue) = 63+88+27=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #3F581B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F581B is #C0A7E4. Grayscale: #494949. Windows color (decimal): -12625893 or 1792063. OLE color: 1792063.

HSL color Cylindrical-coordinate representation of color #3F581B: hue angle of 84.59º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F581B is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 88 27 -
CMYK 0.28 0 0.69 0.65
HSL 84.59º 0.53% 0.23% -
HSV(B) 84.59º 0.69% 0.35% -
XYZ 5.74 8.12 2.3 -
YUV 73.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 63 88 27 0.28 0 0.69 0.65 84.59 0.53 0.23
Hex 3F 58 1B 1C 0 45 41 55 35 17
Octal 77 130 33 34 0 105 101 125 65 27
Binary 111111 1011000 11011 11100 0 1000101 1000001 1010101 110101 10111

Color Harmonies of #3F581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F581B

Black with #3F581B

Text Example


Text Example

White with #3F581B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,88,27); }

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

background-color css

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

 a { background-color: rgb(63,88,27); }

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

border-color css

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

 span { border-color: rgb(63,88,27); }

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