Html Css Color HEX #3B530A Verdun Green

📋 copy color: '#3B530A'

red 59 ◦ green 83 ◦ blue 10

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

Shades of Verdun Green #3B530A

Tints of Verdun Green #3B530A

RGB

 RED value IS 59 (23.44% from 255) = 38.82%

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

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

R = 38.82%
G = 54.61%
B = 6.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#3B530A (or 0x3B530A) is known color: Verdun Green. HEX triplet: 3B, 53 and 0A. RGB value is (59,83,10). Sum of RGB (Red+Green+Blue) = 59+83+10=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #3B530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B530A is #C4ACF5. Grayscale: #434343. Windows color (decimal): -12889334 or 676667. OLE color: 676667.

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

Color convert

RGB 59 83 10 -
CMYK 0.29 0 0.88 0.67
HSL 79.73º 0.78% 0.18% -
HSV(B) 79.73º 0.88% 0.33% -
XYZ 4.95 7.14 1.4 -
YUV 67.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 59 83 10 0.29 0 0.88 0.67 79.73 0.78 0.18
Hex 3B 53 A 1D 0 58 43 50 4E 12
Octal 73 123 12 35 0 130 103 120 116 22
Binary 111011 1010011 1010 11101 0 1011000 1000011 1010000 1001110 10010

Color Harmonies of #3B530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B530A

Black with #3B530A

Text Example


Text Example

White with #3B530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,83,10); }

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

background-color css

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

 a { background-color: rgb(59,83,10); }

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

border-color css

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

 span { border-color: rgb(59,83,10); }

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