#38A761

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

Shades of Chateau Green #38A761

Tints of Chateau Green #38A761

Color information

#38A761 (or 0x38A761) is unknown color: approx Chateau Green. HEX triplet: 38, A7 and 61. RGB value is (56,167,97). Sum of RGB (Red+Green+Blue) = 56+167+97=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #38A761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A761 is #C7589E. Grayscale: #7E7E7E. Windows color (decimal): -13064351 or 6399800. OLE color: 6399800.

HSL color Cylindrical-coordinate representation of color #38A761: hue angle of 142.16º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A761 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB5616797-
CMYK0.6600.420.35
HSL142.16º49.78%43.73%-
HSV(B)142.16º66.47%65.49%-
XYZ17.6129.3416.04-
YUV125.83111.7378.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.5%
GREEN value IS 167 (65.62% from 255) = 52.19%
BLUE value IS 97 (38.28% from 255) = 30.31%
R=17.5%
G=52.19%
B=30.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56167970.6600.420.35142.1649.7843.73
Hex38A7614202A238e322c
Octal70247141102052432166254
Binary1110001010011111000011000010010101010001110001110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,167,97); }

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

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

 a { background-color: rgb(56,167,97); }

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

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

 span { border-color: rgb(56,167,97); }

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