Html Css Color HEX #388D32 La Palma

📋 copy color: '#388D32'

red 56 ◦ green 141 ◦ blue 50

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

Shades of La Palma #388D32

Tints of La Palma #388D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 57.09%

 BLUE value IS 50 (19.92% from 255) = 20.24%

R = 22.67%
G = 57.09%
B = 20.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#388D32 (or 0x388D32) is known color: La Palma. HEX triplet: 38, 8D and 32. RGB value is (56,141,50). Sum of RGB (Red+Green+Blue) = 56+141+50=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #388D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388D32 is #C772CD. Grayscale: #696969. Windows color (decimal): -13071054 or 3312952. OLE color: 3312952.

HSL color Cylindrical-coordinate representation of color #388D32: hue angle of 116.04º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #388D32 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 141 50 -
CMYK 0.60 0 0.65 0.45
HSL 116.04º 0.48% 0.37% -
HSV(B) 116.04º 0.65% 0.55% -
XYZ 11.73 20.12 6.28 -
YUV 105.21 96.84 92.9 -
System Red Green Blue C M Y K H S L
Decimal 56 141 50 0.60 0 0.65 0.45 116.04 0.48 0.37
Hex 38 8D 32 3C 0 41 2D 74 30 25
Octal 70 215 62 74 0 101 55 164 60 45
Binary 111000 10001101 110010 111100 0 1000001 101101 1110100 110000 100101

Color Harmonies of #388D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388D32

Black with #388D32

Text Example


Text Example

White with #388D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,141,50); }

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

background-color css

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

 a { background-color: rgb(56,141,50); }

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

border-color css

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

 span { border-color: rgb(56,141,50); }

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