Html Css Color HEX #387C45 Killarney

📋 copy color: '#387C45'

red 56 ◦ green 124 ◦ blue 69

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

Shades of Killarney #387C45

Tints of Killarney #387C45

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.8%

 BLUE value IS 69 (27.34% from 255) = 27.71%

R = 22.49%
G = 49.8%
B = 27.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#387C45 (or 0x387C45) is known color: Killarney. HEX triplet: 38, 7C and 45. RGB value is (56,124,69). Sum of RGB (Red+Green+Blue) = 56+124+69=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #387C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C45 is #C783BA. Grayscale: #616161. Windows color (decimal): -13075387 or 4553784. OLE color: 4553784.

HSL color Cylindrical-coordinate representation of color #387C45: hue angle of 131.47º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387C45 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 124 69 -
CMYK 0.55 0 0.44 0.51
HSL 131.47º 0.38% 0.35% -
HSV(B) 131.47º 0.55% 0.49% -
XYZ 9.91 15.69 8.14 -
YUV 97.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 56 124 69 0.55 0 0.44 0.51 131.47 0.38 0.35
Hex 38 7C 45 37 0 2C 33 83 26 23
Octal 70 174 105 67 0 54 63 203 46 43
Binary 111000 1111100 1000101 110111 0 101100 110011 10000011 100110 100011

Color Harmonies of #387C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C45

Black with #387C45

Text Example


Text Example

White with #387C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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