Html Css Color HEX #388C34 La Palma

📋 copy color: '#388C34'

red 56 ◦ green 140 ◦ blue 52

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

Shades of La Palma #388C34

Tints of La Palma #388C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.97%

R = 22.58%
G = 56.45%
B = 20.97%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#388C34 (or 0x388C34) is known color: La Palma. HEX triplet: 38, 8C and 34. RGB value is (56,140,52). Sum of RGB (Red+Green+Blue) = 56+140+52=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 140 (55.08% from 255 or 56.45% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 140 - color contains mainly: green. Hex color #388C34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388C34 is #C773CB. Grayscale: #696969. Windows color (decimal): -13071308 or 3443768. OLE color: 3443768.

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

Color convert

RGB 56 140 52 -
CMYK 0.6 0 0.63 0.45
HSL 117.27º 0.46% 0.38% -
HSV(B) 117.27º 0.63% 0.55% -
XYZ 11.63 19.84 6.47 -
YUV 104.85 98.17 93.16 -
System Red Green Blue C M Y K H S L
Decimal 56 140 52 0.6 0 0.63 0.45 117.27 0.46 0.38
Hex 38 8C 34 3C 0 3F 2D 75 2E 26
Octal 70 214 64 74 0 77 55 165 56 46
Binary 111000 10001100 110100 111100 0 111111 101101 1110101 101110 100110

Color Harmonies of #388C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C34

Black with #388C34

Text Example


Text Example

White with #388C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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