#38AE4D

Color #38AE4D Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #38AE4D

Tints of Chateau Green #38AE4D

Color information

#38AE4D (or 0x38AE4D) is unknown color: approx Chateau Green. HEX triplet: 38, AE and 4D. RGB value is (56,174,77). Sum of RGB (Red+Green+Blue) = 56+174+77=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AE4D is #C751B2. Grayscale: #7F7F7F. Windows color (decimal): -13062579 or 5090872. OLE color: 5090872.

HSL color Cylindrical-coordinate representation of color #38AE4D: hue angle of 130.68º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AE4D is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB5617477-
CMYK0.6800.560.32
HSL130.68º51.3%45.1%-
HSV(B)130.68º67.82%68.24%-
XYZ18.1131.6512.18-
YUV127.6699.4176.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 174 (68.36% from 255) = 56.68%
BLUE value IS 77 (30.47% from 255) = 25.08%
R=18.24%
G=56.68%
B=25.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56174770.6800.560.32130.6851.345.1
Hex38AE4D440382083332d
Octal70256115104070402036355
Binary1110001010111010011011000100011100010000010000011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AE4D; }

 p { color: rgb(56,174,77); }

 H1.HeaderClassName
 {
   color: #38AE4D;
 }
 .AnyTagClassName
 {
   color: #38AE4D;
 }
</style>
background-color css

<style>
 a { background-color: #38AE4D; }

 a { background-color: rgb(56,174,77); }

 div.DivClassName
 {
   background-color: #38AE4D;
 }
 .BgClassName
 {
   background-color: #38AE4D;
 }
</style>
border-color css

<style>
 span { border-color: #38AE4D; }

 span { border-color: rgb(56,174,77); }

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