Html Css Color HEX #3A600B Verdun Green

📋 copy color: '#3A600B'

red 58 ◦ green 96 ◦ blue 11

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

Shades of Verdun Green #3A600B

Tints of Verdun Green #3A600B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 58.18%

 BLUE value IS 11 (4.69% from 255) = 6.67%

R = 35.15%
G = 58.18%
B = 6.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#3A600B (or 0x3A600B) is known color: Verdun Green. HEX triplet: 3A, 60 and 0B. RGB value is (58,96,11). Sum of RGB (Red+Green+Blue) = 58+96+11=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #3A600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A600B is #C59FF4. Grayscale: #4B4B4B. Windows color (decimal): -12951541 or 745530. OLE color: 745530.

HSL color Cylindrical-coordinate representation of color #3A600B: hue angle of 86.82º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A600B is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 96 11 -
CMYK 0.40 0 0.89 0.62
HSL 86.82º 0.79% 0.21% -
HSV(B) 86.82º 0.89% 0.38% -
XYZ 5.99 9.29 1.79 -
YUV 74.95 91.91 115.91 -
System Red Green Blue C M Y K H S L
Decimal 58 96 11 0.40 0 0.89 0.62 86.82 0.79 0.21
Hex 3A 60 B 28 0 59 3E 57 4F 15
Octal 72 140 13 50 0 131 76 127 117 25
Binary 111010 1100000 1011 101000 0 1011001 111110 1010111 1001111 10101

Color Harmonies of #3A600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A600B

Black with #3A600B

Text Example


Text Example

White with #3A600B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,96,11); }

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

background-color css

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

 a { background-color: rgb(58,96,11); }

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

border-color css

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

 span { border-color: rgb(58,96,11); }

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