Html Css Color HEX #3A6B03 Verdun Green

📋 copy color: '#3A6B03'

red 58 ◦ green 107 ◦ blue 3

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

Shades of Verdun Green #3A6B03

Tints of Verdun Green #3A6B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.79%

R = 34.52%
G = 63.69%
B = 1.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#3A6B03 (or 0x3A6B03) is known color: Verdun Green. HEX triplet: 3A, 6B and 03. RGB value is (58,107,3). Sum of RGB (Red+Green+Blue) = 58+107+3=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 107 (42.19% from 255 or 63.69% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6B03 is #C594FC. Grayscale: #505050. Windows color (decimal): -12948733 or 224058. OLE color: 224058.

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

Color convert

RGB 58 107 3 -
CMYK 0.46 0 0.97 0.58
HSL 88.27º 0.95% 0.22% -
HSV(B) 88.27º 0.97% 0.42% -
XYZ 7.02 11.42 1.92 -
YUV 80.49 84.27 111.96 -
System Red Green Blue C M Y K H S L
Decimal 58 107 3 0.46 0 0.97 0.58 88.27 0.95 0.22
Hex 3A 6B 3 2E 0 61 3A 58 5F 16
Octal 72 153 3 56 0 141 72 130 137 26
Binary 111010 1101011 11 101110 0 1100001 111010 1011000 1011111 10110

Color Harmonies of #3A6B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6B03

Black with #3A6B03

Text Example


Text Example

White with #3A6B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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