#38B550

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

Shades of Chateau Green #38B550

Tints of Chateau Green #38B550

Color information

#38B550 (or 0x38B550) is unknown color: approx Chateau Green. HEX triplet: 38, B5 and 50. RGB value is (56,181,80). Sum of RGB (Red+Green+Blue) = 56+181+80=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #38B550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B550 is #C74AAF. Grayscale: #848484. Windows color (decimal): -13060784 or 5289272. OLE color: 5289272.

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

Color convert

RGB5618180-
CMYK0.6900.560.29
HSL131.52º52.74%46.47%-
HSV(B)131.52º69.06%70.98%-
XYZ19.634.4713.21-
YUV132.1198.5973.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.67%
GREEN value IS 181 (71.09% from 255) = 57.10%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=17.67%
G=57.10%
B=25.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56181800.6900.560.29131.5252.7446.47
Hex38B550450381D84352e
Octal70265120105070352046556
Binary111000101101011010000100010101110001110110000100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,181,80); }

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

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

 a { background-color: rgb(56,181,80); }

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

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

 span { border-color: rgb(56,181,80); }

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