#388145

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

Shades of Killarney #388145

Tints of Killarney #388145

Color information

#388145 (or 0x388145) is unknown color: approx Killarney. HEX triplet: 38, 81 and 45. RGB value is (56,129,69). Sum of RGB (Red+Green+Blue) = 56+129+69=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #388145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388145 is #C77EBA. Grayscale: #646464. Windows color (decimal): -13074107 or 4555064. OLE color: 4555064.

HSL color Cylindrical-coordinate representation of color #388145: hue angle of 130.68º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388145 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB5612969-
CMYK0.5700.470.49
HSL130.68º39.46%36.27%-
HSV(B)130.68º56.59%50.59%-
XYZ10.5616.978.35-
YUV100.33110.3296.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 129 (50.78% from 255) = 50.79%
BLUE value IS 69 (27.34% from 255) = 27.17%
R=22.05%
G=50.79%
B=27.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56129690.5700.470.49130.6839.4636.27
Hex3881453902F31832724
Octal7020110571057612034744
Binary111000100000011000101111001010111111000110000011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388145; }

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

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

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

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

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

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

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

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