Html Css Color HEX #387245 Killarney

📋 copy color: '#387245'

red 56 ◦ green 114 ◦ blue 69

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

Shades of Killarney #387245

Tints of Killarney #387245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.7%

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

R = 23.43%
G = 47.7%
B = 28.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#387245 (or 0x387245) is known color: Killarney. HEX triplet: 38, 72 and 45. RGB value is (56,114,69). Sum of RGB (Red+Green+Blue) = 56+114+69=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #387245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387245 is #C78DBA. Grayscale: #5B5B5B. Windows color (decimal): -13077947 or 4551224. OLE color: 4551224.

HSL color Cylindrical-coordinate representation of color #387245: hue angle of 133.45º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387245 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 69 -
CMYK 0.51 0 0.39 0.55
HSL 133.45º 0.34% 0.33% -
HSV(B) 133.45º 0.51% 0.45% -
XYZ 8.72 13.31 7.74 -
YUV 91.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 56 114 69 0.51 0 0.39 0.55 133.45 0.34 0.33
Hex 38 72 45 33 0 27 37 85 22 21
Octal 70 162 105 63 0 47 67 205 42 41
Binary 111000 1110010 1000101 110011 0 100111 110111 10000101 100010 100001

Color Harmonies of #387245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387245

Black with #387245

Text Example


Text Example

White with #387245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387245; }

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

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

background-color css

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

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

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

border-color css

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

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

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