#38B45D

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

Shades of Chateau Green #38B45D

Tints of Chateau Green #38B45D

Color information

#38B45D (or 0x38B45D) is unknown color: approx Chateau Green. HEX triplet: 38, B4 and 5D. RGB value is (56,180,93). Sum of RGB (Red+Green+Blue) = 56+180+93=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #38B45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B45D is #C74BA2. Grayscale: #858585. Windows color (decimal): -13061027 or 6140984. OLE color: 6140984.

HSL color Cylindrical-coordinate representation of color #38B45D: hue angle of 137.9º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B45D is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB5618093-
CMYK0.6900.480.29
HSL137.9º52.54%46.27%-
HSV(B)137.9º68.89%70.59%-
XYZ19.9334.2715.92-
YUV133.01105.4273.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 180 (70.70% from 255) = 54.71%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=17.02%
G=54.71%
B=28.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56180930.6900.480.29137.952.5446.27
Hex38B45D450301D8a352e
Octal70264135105060352126556
Binary111000101101001011101100010101100001110110001010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,180,93); }

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

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

 a { background-color: rgb(56,180,93); }

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

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

 span { border-color: rgb(56,180,93); }

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