Html Css Color HEX #3A6B08 Verdun Green

📋 copy color: '#3A6B08'

red 58 ◦ green 107 ◦ blue 8

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

Shades of Verdun Green #3A6B08

Tints of Verdun Green #3A6B08

RGB

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

 GREEN value IS 107 (42.19% from 255) = 61.85%

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

R = 33.53%
G = 61.85%
B = 4.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#3A6B08 (or 0x3A6B08) is known color: Verdun Green. HEX triplet: 3A, 6B and 08. RGB value is (58,107,8). Sum of RGB (Red+Green+Blue) = 58+107+8=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 107 (42.19% from 255 or 61.85% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6B08 is #C594F7. Grayscale: #515151. Windows color (decimal): -12948728 or 551738. OLE color: 551738.

HSL color Cylindrical-coordinate representation of color #3A6B08: hue angle of 89.7º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A6B08 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 107 8 -
CMYK 0.46 0 0.93 0.58
HSL 89.7º 0.86% 0.23% -
HSV(B) 89.7º 0.93% 0.42% -
XYZ 7.05 11.43 2.07 -
YUV 81.06 86.77 111.55 -
System Red Green Blue C M Y K H S L
Decimal 58 107 8 0.46 0 0.93 0.58 89.7 0.86 0.23
Hex 3A 6B 8 2E 0 5D 3A 5A 56 17
Octal 72 153 10 56 0 135 72 132 126 27
Binary 111010 1101011 1000 101110 0 1011101 111010 1011010 1010110 10111

Color Harmonies of #3A6B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6B08

Black with #3A6B08

Text Example


Text Example

White with #3A6B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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