Html Css Color HEX #3A5309 Verdun Green

📋 copy color: '#3A5309'

red 58 ◦ green 83 ◦ blue 9

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

Shades of Verdun Green #3A5309

Tints of Verdun Green #3A5309

RGB

 RED value IS 58 (23.05% from 255) = 38.67%

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

 BLUE value IS 9 (3.91% from 255) = 6%

R = 38.67%
G = 55.33%
B = 6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#3A5309 (or 0x3A5309) is known color: Verdun Green. HEX triplet: 3A, 53 and 09. RGB value is (58,83,9). Sum of RGB (Red+Green+Blue) = 58+83+9=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5309 is #C5ACF6. Grayscale: #434343. Windows color (decimal): -12954871 or 611130. OLE color: 611130.

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

Color convert

RGB 58 83 9 -
CMYK 0.30 0 0.89 0.67
HSL 80.27º 0.8% 0.18% -
HSV(B) 80.27º 0.89% 0.33% -
XYZ 4.89 7.11 1.37 -
YUV 67.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 58 83 9 0.30 0 0.89 0.67 80.27 0.8 0.18
Hex 3A 53 9 1E 0 59 43 50 50 12
Octal 72 123 11 36 0 131 103 120 120 22
Binary 111010 1010011 1001 11110 0 1011001 1000011 1010000 1010000 10010

Color Harmonies of #3A5309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5309

Black with #3A5309

Text Example


Text Example

White with #3A5309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,83,9); }

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

background-color css

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

 a { background-color: rgb(58,83,9); }

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

border-color css

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

 span { border-color: rgb(58,83,9); }

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