#38BD52

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

Shades of Chateau Green #38BD52

Tints of Chateau Green #38BD52

Color information

#38BD52 (or 0x38BD52) is unknown color: approx Chateau Green. HEX triplet: 38, BD and 52. RGB value is (56,189,82). Sum of RGB (Red+Green+Blue) = 56+189+82=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BD52 is #C742AD. Grayscale: #898989. Windows color (decimal): -13058734 or 5422392. OLE color: 5422392.

HSL color Cylindrical-coordinate representation of color #38BD52: hue angle of 131.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BD52 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB5618982-
CMYK0.7000.570.26
HSL131.73º54.29%48.04%-
HSV(B)131.73º70.37%74.12%-
XYZ21.3537.8514.16-
YUV137.0496.9470.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 189 (74.22% from 255) = 57.80%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=17.13%
G=57.80%
B=25.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal56189820.7000.570.26131.7354.2948.04
Hex38BD52460391A843630
Octal70275122106071322046660
Binary111000101111011010010100011001110011101010000100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,189,82); }

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

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

 a { background-color: rgb(56,189,82); }

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

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

 span { border-color: rgb(56,189,82); }

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