Html Css Color HEX #3A6B02 Verdun Green

📋 copy color: '#3A6B02'

red 58 ◦ green 107 ◦ blue 2

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

Shades of Verdun Green #3A6B02

Tints of Verdun Green #3A6B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 34.73%
G = 64.07%
B = 1.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#3A6B02 (or 0x3A6B02) is known color: Verdun Green. HEX triplet: 3A, 6B and 02. RGB value is (58,107,2). Sum of RGB (Red+Green+Blue) = 58+107+2=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6B02 is #C594FD. Grayscale: #505050. Windows color (decimal): -12948734 or 158522. OLE color: 158522.

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

Color convert

RGB 58 107 2 -
CMYK 0.46 0 0.98 0.58
HSL 88º 0.96% 0.21% -
HSV(B) 88º 0.98% 0.42% -
XYZ 7.01 11.42 1.89 -
YUV 80.38 83.77 112.04 -
System Red Green Blue C M Y K H S L
Decimal 58 107 2 0.46 0 0.98 0.58 88 0.96 0.21
Hex 3A 6B 2 2E 0 62 3A 58 60 15
Octal 72 153 2 56 0 142 72 130 140 25
Binary 111010 1101011 10 101110 0 1100010 111010 1011000 1100000 10101

Color Harmonies of #3A6B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6B02

Black with #3A6B02

Text Example


Text Example

White with #3A6B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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