Html Css Color HEX #3A6309 Verdun Green

📋 copy color: '#3A6309'

red 58 ◦ green 99 ◦ blue 9

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

Shades of Verdun Green #3A6309

Tints of Verdun Green #3A6309

RGB

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

 GREEN value IS 99 (39.06% from 255) = 59.64%

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

R = 34.94%
G = 59.64%
B = 5.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#3A6309 (or 0x3A6309) is known color: Verdun Green. HEX triplet: 3A, 63 and 09. RGB value is (58,99,9). Sum of RGB (Red+Green+Blue) = 58+99+9=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6309 is #C59CF6. Grayscale: #4C4C4C. Windows color (decimal): -12950775 or 615226. OLE color: 615226.

HSL color Cylindrical-coordinate representation of color #3A6309: hue angle of 87.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A6309 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 58 99 9 -
CMYK 0.41 0 0.91 0.61
HSL 87.33º 0.83% 0.21% -
HSV(B) 87.33º 0.91% 0.39% -
XYZ 6.26 9.84 1.83 -
YUV 76.48 89.92 114.82 -
System Red Green Blue C M Y K H S L
Decimal 58 99 9 0.41 0 0.91 0.61 87.33 0.83 0.21
Hex 3A 63 9 29 0 5B 3D 57 53 15
Octal 72 143 11 51 0 133 75 127 123 25
Binary 111010 1100011 1001 101001 0 1011011 111101 1010111 1010011 10101

Color Harmonies of #3A6309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6309

Black with #3A6309

Text Example


Text Example

White with #3A6309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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