#388045

Color #388045 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #388045

Tints of Killarney #388045

Color information

#388045 (or 0x388045) is unknown color: approx Killarney. HEX triplet: 38, 80 and 45. RGB value is (56,128,69). Sum of RGB (Red+Green+Blue) = 56+128+69=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #388045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388045 is #C77FBA. Grayscale: #636363. Windows color (decimal): -13074363 or 4554808. OLE color: 4554808.

HSL color Cylindrical-coordinate representation of color #388045: hue angle of 130.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388045 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB5612869-
CMYK0.5600.460.50
HSL130.83º39.13%36.08%-
HSV(B)130.83º56.25%50.2%-
XYZ10.4216.718.31-
YUV99.75110.6596.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 128 (50.39% from 255) = 50.59%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=22.13%
G=50.59%
B=27.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56128690.5600.460.50130.8339.1336.08
Hex3880453802E32832724
Octal7020010570056622034744
Binary111000100000001000101111000010111011001010000011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388045; }

 p { color: rgb(56,128,69); }

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

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

 a { background-color: rgb(56,128,69); }

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

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

 span { border-color: rgb(56,128,69); }

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