#388445

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

Shades of Killarney #388445

Tints of Killarney #388445

Color information

#388445 (or 0x388445) is unknown color: approx Killarney. HEX triplet: 38, 84 and 45. RGB value is (56,132,69). Sum of RGB (Red+Green+Blue) = 56+132+69=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #388445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388445 is #C77BBA. Grayscale: #666666. Windows color (decimal): -13073339 or 4555832. OLE color: 4555832.

HSL color Cylindrical-coordinate representation of color #388445: hue angle of 130.26º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388445 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB5613269-
CMYK0.5800.480.48
HSL130.26º40.43%36.86%-
HSV(B)130.26º57.58%51.76%-
XYZ10.9617.778.48-
YUV102.09109.3295.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=21.79%
G=51.36%
B=26.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132690.5800.480.48130.2640.4336.86
Hex3884453A03030822825
Octal7020410572060602025045
Binary111000100001001000101111010011000011000010000010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388445; }

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

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

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

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

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

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

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

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