Html Css Color HEX #3A6B45 Hunter Green

📋 copy color: '#3A6B45'

red 58 ◦ green 107 ◦ blue 69

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

Shades of Hunter Green #3A6B45

Tints of Hunter Green #3A6B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.49%

R = 24.79%
G = 45.73%
B = 29.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#3A6B45 (or 0x3A6B45) is known color: Hunter Green. HEX triplet: 3A, 6B and 45. RGB value is (58,107,69). Sum of RGB (Red+Green+Blue) = 58+107+69=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6B45 is #C594BA. Grayscale: #585858. Windows color (decimal): -12948667 or 4549434. OLE color: 4549434.

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

Color convert

RGB 58 107 69 -
CMYK 0.46 0 0.36 0.58
HSL 133.47º 0.3% 0.32% -
HSV(B) 133.47º 0.46% 0.42% -
XYZ 8.08 11.84 7.49 -
YUV 88.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 58 107 69 0.46 0 0.36 0.58 133.47 0.3 0.32
Hex 3A 6B 45 2E 0 24 3A 85 1E 20
Octal 72 153 105 56 0 44 72 205 36 40
Binary 111010 1101011 1000101 101110 0 100100 111010 10000101 11110 100000

Color Harmonies of #3A6B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6B45

Black with #3A6B45

Text Example


Text Example

White with #3A6B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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