#38AB5B

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

Shades of Chateau Green #38AB5B

Tints of Chateau Green #38AB5B

Color information

#38AB5B (or 0x38AB5B) is unknown color: approx Chateau Green. HEX triplet: 38, AB and 5B. RGB value is (56,171,91). Sum of RGB (Red+Green+Blue) = 56+171+91=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AB5B is #C754A4. Grayscale: #7F7F7F. Windows color (decimal): -13063333 or 6007608. OLE color: 6007608.

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

Color convert

RGB5617191-
CMYK0.6700.470.33
HSL138.26º50.66%44.51%-
HSV(B)138.26º67.25%67.06%-
XYZ18.0830.7214.87-
YUV127.49107.477-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.61%
GREEN value IS 171 (67.19% from 255) = 53.77%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=17.61%
G=53.77%
B=28.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56171910.6700.470.33138.2650.6644.51
Hex38AB5B4302F218a332d
Octal70253133103057412126355
Binary1110001010101110110111000011010111110000110001010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,171,91); }

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

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

 a { background-color: rgb(56,171,91); }

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

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

 span { border-color: rgb(56,171,91); }

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