#38A960

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

Shades of Chateau Green #38A960

Tints of Chateau Green #38A960

Color information

#38A960 (or 0x38A960) is unknown color: approx Chateau Green. HEX triplet: 38, A9 and 60. RGB value is (56,169,96). Sum of RGB (Red+Green+Blue) = 56+169+96=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 169 (66.41% from 255 or 52.65% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 169 - color contains mainly: green. Hex color #38A960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A960 is #C7569F. Grayscale: #7F7F7F. Windows color (decimal): -13063840 or 6334776. OLE color: 6334776.

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

Color convert

RGB5616996-
CMYK0.6700.430.34
HSL141.24º50.22%44.12%-
HSV(B)141.24º66.86%66.27%-
XYZ17.9330.0615.92-
YUV126.89110.5677.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.45%
GREEN value IS 169 (66.41% from 255) = 52.65%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=17.45%
G=52.65%
B=29.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal56169960.6700.430.34141.2450.2244.12
Hex38A9604302B228d322c
Octal70251140103053422156254
Binary1110001010100111000001000011010101110001010001101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,169,96); }

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

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

 a { background-color: rgb(56,169,96); }

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

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

 span { border-color: rgb(56,169,96); }

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