Html Css Color HEX #3A914E Chateau Green

📋 copy color: '#3A914E'

red 58 ◦ green 145 ◦ blue 78

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

Shades of Chateau Green #3A914E

Tints of Chateau Green #3A914E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.6%

 BLUE value IS 78 (30.86% from 255) = 27.76%

R = 20.64%
G = 51.6%
B = 27.76%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#3A914E (or 0x3A914E) is known color: Chateau Green. HEX triplet: 3A, 91 and 4E. RGB value is (58,145,78). Sum of RGB (Red+Green+Blue) = 58+145+78=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #3A914E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A914E is #C56EB1. Grayscale: #6F6F6F. Windows color (decimal): -12938930 or 5148986. OLE color: 5148986.

HSL color Cylindrical-coordinate representation of color #3A914E: hue angle of 133.79º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A914E is Cyan = 0.6, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 145 78 -
CMYK 0.6 0 0.46 0.43
HSL 133.79º 0.43% 0.4% -
HSV(B) 133.79º 0.6% 0.57% -
XYZ 13.25 21.7 10.7 -
YUV 111.35 109.18 89.95 -
System Red Green Blue C M Y K H S L
Decimal 58 145 78 0.6 0 0.46 0.43 133.79 0.43 0.4
Hex 3A 91 4E 3C 0 2E 2B 86 2B 28
Octal 72 221 116 74 0 56 53 206 53 50
Binary 111010 10010001 1001110 111100 0 101110 101011 10000110 101011 101000

Color Harmonies of #3A914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A914E

Black with #3A914E

Text Example


Text Example

White with #3A914E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,145,78); }

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

background-color css

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

 a { background-color: rgb(58,145,78); }

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

border-color css

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

 span { border-color: rgb(58,145,78); }

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