#38B44D

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

Shades of Chateau Green #38B44D

Tints of Chateau Green #38B44D

Color information

#38B44D (or 0x38B44D) is unknown color: approx Chateau Green. HEX triplet: 38, B4 and 4D. RGB value is (56,180,77). Sum of RGB (Red+Green+Blue) = 56+180+77=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #38B44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B44D is #C74BB2. Grayscale: #838383. Windows color (decimal): -13061043 or 5092408. OLE color: 5092408.

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

Color convert

RGB5618077-
CMYK0.6900.570.29
HSL130.16º52.54%46.27%-
HSV(B)130.16º68.89%70.59%-
XYZ19.2934.0212.57-
YUV131.1897.4274.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 180 (70.70% from 255) = 57.51%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=17.89%
G=57.51%
B=24.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56180770.6900.570.29130.1652.5446.27
Hex38B44D450391D82352e
Octal70264115105071352026556
Binary111000101101001001101100010101110011110110000010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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