Html Css Color HEX #387545 Killarney

📋 copy color: '#387545'

red 56 ◦ green 117 ◦ blue 69

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

Shades of Killarney #387545

Tints of Killarney #387545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

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

R = 23.14%
G = 48.35%
B = 28.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#387545 (or 0x387545) is known color: Killarney. HEX triplet: 38, 75 and 45. RGB value is (56,117,69). Sum of RGB (Red+Green+Blue) = 56+117+69=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #387545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387545 is #C78ABA. Grayscale: #5D5D5D. Windows color (decimal): -13077179 or 4551992. OLE color: 4551992.

HSL color Cylindrical-coordinate representation of color #387545: hue angle of 132.79º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387545 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 69 -
CMYK 0.52 0 0.41 0.54
HSL 132.79º 0.35% 0.34% -
HSV(B) 132.79º 0.52% 0.46% -
XYZ 9.07 13.99 7.85 -
YUV 93.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 56 117 69 0.52 0 0.41 0.54 132.79 0.35 0.34
Hex 38 75 45 34 0 29 36 85 23 22
Octal 70 165 105 64 0 51 66 205 43 42
Binary 111000 1110101 1000101 110100 0 101001 110110 10000101 100011 100010

Color Harmonies of #387545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387545

Black with #387545

Text Example


Text Example

White with #387545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387545; }

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

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

background-color css

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

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

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

border-color css

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

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

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