Html Css Color HEX #387046 Killarney

📋 copy color: '#387046'

red 56 ◦ green 112 ◦ blue 70

#387046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Killarney #387046

Tints of Killarney #387046

RGB

 RED value IS 56 (22.27% from 255) = 23.53%

 GREEN value IS 112 (44.14% from 255) = 47.06%

 BLUE value IS 70 (27.73% from 255) = 29.41%

R = 23.53%
G = 47.06%
B = 29.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#387046 (or 0x387046) is known color: Killarney. HEX triplet: 38, 70 and 46. RGB value is (56,112,70). Sum of RGB (Red+Green+Blue) = 56+112+70=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #387046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387046 is #C78FB9. Grayscale: #5A5A5A. Windows color (decimal): -13078458 or 4616248. OLE color: 4616248.

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

Color convert

RGB 56 112 70 -
CMYK 0.50 0 0.38 0.56
HSL 135º 0.33% 0.33% -
HSV(B) 135º 0.5% 0.44% -
XYZ 8.53 12.87 7.83 -
YUV 90.47 116.45 103.42 -
System Red Green Blue C M Y K H S L
Decimal 56 112 70 0.50 0 0.38 0.56 135 0.33 0.33
Hex 38 70 46 32 0 26 38 87 21 21
Octal 70 160 106 62 0 46 70 207 41 41
Binary 111000 1110000 1000110 110010 0 100110 111000 10000111 100001 100001

Color Harmonies of #387046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387046

Black with #387046

Text Example


Text Example

White with #387046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387046; }

 p { color: rgb(56,112,70); }

 H1.HeaderClassName
 {
   color: #387046;
 }
 .AnyTagClassName
 {
   color: #387046;
 }
</style>

background-color css

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

 a { background-color: rgb(56,112,70); }

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

border-color css

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

 span { border-color: rgb(56,112,70); }

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