Html Css Color HEX #387B45 Killarney

📋 copy color: '#387B45'

red 56 ◦ green 123 ◦ blue 69

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

Shades of Killarney #387B45

Tints of Killarney #387B45

RGB

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

 GREEN value IS 123 (48.44% from 255) = 49.6%

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

R = 22.58%
G = 49.6%
B = 27.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#387B45 (or 0x387B45) is known color: Killarney. HEX triplet: 38, 7B and 45. RGB value is (56,123,69). Sum of RGB (Red+Green+Blue) = 56+123+69=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 123 (48.44% from 255 or 49.60% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 123 - color contains mainly: green. Hex color #387B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B45 is #C784BA. Grayscale: #606060. Windows color (decimal): -13075643 or 4553528. OLE color: 4553528.

HSL color Cylindrical-coordinate representation of color #387B45: hue angle of 131.64º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387B45 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 123 69 -
CMYK 0.54 0 0.44 0.52
HSL 131.64º 0.37% 0.35% -
HSV(B) 131.64º 0.54% 0.48% -
XYZ 9.79 15.44 8.09 -
YUV 96.81 112.3 98.89 -
System Red Green Blue C M Y K H S L
Decimal 56 123 69 0.54 0 0.44 0.52 131.64 0.37 0.35
Hex 38 7B 45 36 0 2C 34 84 25 23
Octal 70 173 105 66 0 54 64 204 45 43
Binary 111000 1111011 1000101 110110 0 101100 110100 10000100 100101 100011

Color Harmonies of #387B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387B45

Black with #387B45

Text Example


Text Example

White with #387B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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