#38AE4B

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

Shades of Chateau Green #38AE4B

Tints of Chateau Green #38AE4B

Color information

#38AE4B (or 0x38AE4B) is unknown color: approx Chateau Green. HEX triplet: 38, AE and 4B. RGB value is (56,174,75). Sum of RGB (Red+Green+Blue) = 56+174+75=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AE4B is #C751B4. Grayscale: #7F7F7F. Windows color (decimal): -13062581 or 4959800. OLE color: 4959800.

HSL color Cylindrical-coordinate representation of color #38AE4B: hue angle of 129.66º 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 #38AE4B is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB5617475-
CMYK0.6800.570.32
HSL129.66º51.3%45.1%-
HSV(B)129.66º67.82%68.24%-
XYZ18.0431.6211.81-
YUV127.4398.4177.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 174 (68.36% from 255) = 57.05%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=18.36%
G=57.05%
B=24.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56174750.6800.570.32129.6651.345.1
Hex38AE4B440392082332d
Octal70256113104071402026355
Binary1110001010111010010111000100011100110000010000010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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