Html Css Color HEX #3C530A Verdun Green

📋 copy color: '#3C530A'

red 60 ◦ green 83 ◦ blue 10

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

Shades of Verdun Green #3C530A

Tints of Verdun Green #3C530A

RGB

 RED value IS 60 (23.83% from 255) = 39.22%

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

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

R = 39.22%
G = 54.25%
B = 6.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#3C530A (or 0x3C530A) is known color: Verdun Green. HEX triplet: 3C, 53 and 0A. RGB value is (60,83,10). Sum of RGB (Red+Green+Blue) = 60+83+10=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #3C530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C530A is #C3ACF5. Grayscale: #444444. Windows color (decimal): -12823798 or 676668. OLE color: 676668.

HSL color Cylindrical-coordinate representation of color #3C530A: hue angle of 78.9º 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 #3C530A is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 83 10 -
CMYK 0.28 0 0.88 0.67
HSL 78.9º 0.78% 0.18% -
HSV(B) 78.9º 0.88% 0.33% -
XYZ 5.01 7.17 1.41 -
YUV 67.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 60 83 10 0.28 0 0.88 0.67 78.9 0.78 0.18
Hex 3C 53 A 1C 0 58 43 4F 4E 12
Octal 74 123 12 34 0 130 103 117 116 22
Binary 111100 1010011 1010 11100 0 1011000 1000011 1001111 1001110 10010

Color Harmonies of #3C530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C530A

Black with #3C530A

Text Example


Text Example

White with #3C530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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