Html Css Color HEX #388245 Killarney

📋 copy color: '#388245'

red 56 ◦ green 130 ◦ blue 69

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

Shades of Killarney #388245

Tints of Killarney #388245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.98%

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

R = 21.96%
G = 50.98%
B = 27.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#388245 (or 0x388245) is known color: Killarney. HEX triplet: 38, 82 and 45. RGB value is (56,130,69). Sum of RGB (Red+Green+Blue) = 56+130+69=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #388245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388245 is #C77DBA. Grayscale: #656565. Windows color (decimal): -13073851 or 4555320. OLE color: 4555320.

HSL color Cylindrical-coordinate representation of color #388245: hue angle of 130.54º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388245 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 130 69 -
CMYK 0.57 0 0.47 0.49
HSL 130.54º 0.4% 0.36% -
HSV(B) 130.54º 0.57% 0.51% -
XYZ 10.69 17.24 8.39 -
YUV 100.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 56 130 69 0.57 0 0.47 0.49 130.54 0.4 0.36
Hex 38 82 45 39 0 2F 31 83 28 24
Octal 70 202 105 71 0 57 61 203 50 44
Binary 111000 10000010 1000101 111001 0 101111 110001 10000011 101000 100100

Color Harmonies of #388245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388245

Black with #388245

Text Example


Text Example

White with #388245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388245; }

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

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

background-color css

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

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

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

border-color css

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

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

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