Html Css Color HEX #3A904A Chateau Green

📋 copy color: '#3A904A'

red 58 ◦ green 144 ◦ blue 74

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

Shades of Chateau Green #3A904A

Tints of Chateau Green #3A904A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.17%

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 21.01%
G = 52.17%
B = 26.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#3A904A (or 0x3A904A) is known color: Chateau Green. HEX triplet: 3A, 90 and 4A. RGB value is (58,144,74). Sum of RGB (Red+Green+Blue) = 58+144+74=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #3A904A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A904A is #C56FB5. Grayscale: #6E6E6E. Windows color (decimal): -12939190 or 4886586. OLE color: 4886586.

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

Color convert

RGB 58 144 74 -
CMYK 0.60 0 0.49 0.44
HSL 131.16º 0.43% 0.4% -
HSV(B) 131.16º 0.6% 0.56% -
XYZ 12.95 21.34 9.91 -
YUV 110.31 107.51 90.69 -
System Red Green Blue C M Y K H S L
Decimal 58 144 74 0.60 0 0.49 0.44 131.16 0.43 0.4
Hex 3A 90 4A 3C 0 31 2C 83 2B 28
Octal 72 220 112 74 0 61 54 203 53 50
Binary 111010 10010000 1001010 111100 0 110001 101100 10000011 101011 101000

Color Harmonies of #3A904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A904A

Black with #3A904A

Text Example


Text Example

White with #3A904A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,144,74); }

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

background-color css

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

 a { background-color: rgb(58,144,74); }

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

border-color css

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

 span { border-color: rgb(58,144,74); }

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