Html Css Color HEX #387F46 Killarney

📋 copy color: '#387F46'

red 56 ◦ green 127 ◦ blue 70

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

Shades of Killarney #387F46

Tints of Killarney #387F46

RGB

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

 GREEN value IS 127 (50% from 255) = 50.2%

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

R = 22.13%
G = 50.2%
B = 27.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#387F46 (or 0x387F46) is known color: Killarney. HEX triplet: 38, 7F and 46. RGB value is (56,127,70). Sum of RGB (Red+Green+Blue) = 56+127+70=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #387F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F46 is #C780B9. Grayscale: #636363. Windows color (decimal): -13074618 or 4620088. OLE color: 4620088.

HSL color Cylindrical-coordinate representation of color #387F46: hue angle of 131.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F46 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 70 -
CMYK 0.56 0 0.45 0.50
HSL 131.83º 0.39% 0.36% -
HSV(B) 131.83º 0.56% 0.5% -
XYZ 10.33 16.46 8.43 -
YUV 99.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 56 127 70 0.56 0 0.45 0.50 131.83 0.39 0.36
Hex 38 7F 46 38 0 2D 32 84 27 24
Octal 70 177 106 70 0 55 62 204 47 44
Binary 111000 1111111 1000110 111000 0 101101 110010 10000100 100111 100100

Color Harmonies of #387F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F46

Black with #387F46

Text Example


Text Example

White with #387F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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