Html Css Color HEX #388C45 Killarney

📋 copy color: '#388C45'

red 56 ◦ green 140 ◦ blue 69

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

Shades of Killarney #388C45

Tints of Killarney #388C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 52.83%

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

R = 21.13%
G = 52.83%
B = 26.04%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#388C45 (or 0x388C45) is known color: Killarney. HEX triplet: 38, 8C and 45. RGB value is (56,140,69). Sum of RGB (Red+Green+Blue) = 56+140+69=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #388C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388C45 is #C773BA. Grayscale: #6A6A6A. Windows color (decimal): -13071291 or 4557880. OLE color: 4557880.

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

Color convert

RGB 56 140 69 -
CMYK 0.6 0 0.51 0.45
HSL 129.29º 0.43% 0.38% -
HSV(B) 129.29º 0.6% 0.55% -
XYZ 12.08 20.03 8.86 -
YUV 106.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 56 140 69 0.6 0 0.51 0.45 129.29 0.43 0.38
Hex 38 8C 45 3C 0 33 2D 81 2B 26
Octal 70 214 105 74 0 63 55 201 53 46
Binary 111000 10001100 1000101 111100 0 110011 101101 10000001 101011 100110

Color Harmonies of #388C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C45

Black with #388C45

Text Example


Text Example

White with #388C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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