Html Css Color HEX #3F530B Verdun Green

📋 copy color: '#3F530B'

red 63 ◦ green 83 ◦ blue 11

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

Shades of Verdun Green #3F530B

Tints of Verdun Green #3F530B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.87%

 BLUE value IS 11 (4.69% from 255) = 7.01%

R = 40.13%
G = 52.87%
B = 7.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#3F530B (or 0x3F530B) is known color: Verdun Green. HEX triplet: 3F, 53 and 0B. RGB value is (63,83,11). Sum of RGB (Red+Green+Blue) = 63+83+11=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #3F530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F530B is #C0ACF4. Grayscale: #454545. Windows color (decimal): -12627189 or 742207. OLE color: 742207.

HSL color Cylindrical-coordinate representation of color #3F530B: hue angle of 76.67º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F530B is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 83 11 -
CMYK 0.24 0 0.87 0.67
HSL 76.67º 0.77% 0.18% -
HSV(B) 76.67º 0.87% 0.33% -
XYZ 5.2 7.27 1.45 -
YUV 68.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 63 83 11 0.24 0 0.87 0.67 76.67 0.77 0.18
Hex 3F 53 B 18 0 57 43 4D 4D 12
Octal 77 123 13 30 0 127 103 115 115 22
Binary 111111 1010011 1011 11000 0 1010111 1000011 1001101 1001101 10010

Color Harmonies of #3F530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F530B

Black with #3F530B

Text Example


Text Example

White with #3F530B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,83,11); }

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

background-color css

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

 a { background-color: rgb(63,83,11); }

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

border-color css

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

 span { border-color: rgb(63,83,11); }

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