Html Css Color HEX #3A6308 Verdun Green

📋 copy color: '#3A6308'

red 58 ◦ green 99 ◦ blue 8

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

Shades of Verdun Green #3A6308

Tints of Verdun Green #3A6308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.85%

R = 35.15%
G = 60%
B = 4.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#3A6308 (or 0x3A6308) is known color: Verdun Green. HEX triplet: 3A, 63 and 08. RGB value is (58,99,8). Sum of RGB (Red+Green+Blue) = 58+99+8=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6308 is #C59CF7. Grayscale: #4C4C4C. Windows color (decimal): -12950776 or 549690. OLE color: 549690.

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

Color convert

RGB 58 99 8 -
CMYK 0.41 0 0.92 0.61
HSL 87.03º 0.85% 0.21% -
HSV(B) 87.03º 0.92% 0.39% -
XYZ 6.25 9.84 1.8 -
YUV 76.37 89.42 114.9 -
System Red Green Blue C M Y K H S L
Decimal 58 99 8 0.41 0 0.92 0.61 87.03 0.85 0.21
Hex 3A 63 8 29 0 5C 3D 57 55 15
Octal 72 143 10 51 0 134 75 127 125 25
Binary 111010 1100011 1000 101001 0 1011100 111101 1010111 1010101 10101

Color Harmonies of #3A6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6308

Black with #3A6308

Text Example


Text Example

White with #3A6308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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