#38b45b

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

Shades of Chateau Green #38B45B

Tints of Chateau Green #38B45B

Color information

#38B45B (or 0x38B45B) is unknown color: approx Chateau Green. HEX triplet: 38, B4 and 5B. RGB value is (56,180,91). Sum of RGB (Red+Green+Blue) = 56+180+91=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #38B45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B45B is #C74BA4. Grayscale: #858585. Windows color (decimal): -13061029 or 6009912. OLE color: 6009912.

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

Color convert

RGB5618091-
CMYK0.6900.490.29
HSL136.94º52.54%46.27%-
HSV(B)136.94º68.89%70.59%-
XYZ19.8434.2415.46-
YUV132.78104.4273.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 180 (70.70% from 255) = 55.05%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=17.13%
G=55.05%
B=27.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56180910.6900.490.29136.9452.5446.27
Hex38B45B450311D89352e
Octal70264133105061352116556
Binary111000101101001011011100010101100011110110001001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38b45b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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