Html Css Color HEX #389134 La Palma

📋 copy color: '#389134'

red 56 ◦ green 145 ◦ blue 52

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

Shades of La Palma #389134

Tints of La Palma #389134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.31%

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

R = 22.13%
G = 57.31%
B = 20.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#389134 (or 0x389134) is known color: La Palma. HEX triplet: 38, 91 and 34. RGB value is (56,145,52). Sum of RGB (Red+Green+Blue) = 56+145+52=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #389134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389134 is #C76ECB. Grayscale: #6C6C6C. Windows color (decimal): -13070028 or 3445048. OLE color: 3445048.

HSL color Cylindrical-coordinate representation of color #389134: hue angle of 117.42º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389134 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 52 -
CMYK 0.61 0 0.64 0.43
HSL 117.42º 0.47% 0.39% -
HSV(B) 117.42º 0.64% 0.57% -
XYZ 12.38 21.34 6.72 -
YUV 107.79 96.51 91.06 -
System Red Green Blue C M Y K H S L
Decimal 56 145 52 0.61 0 0.64 0.43 117.42 0.47 0.39
Hex 38 91 34 3D 0 40 2B 75 2F 27
Octal 70 221 64 75 0 100 53 165 57 47
Binary 111000 10010001 110100 111101 0 1000000 101011 1110101 101111 100111

Color Harmonies of #389134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389134

Black with #389134

Text Example


Text Example

White with #389134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389134; }

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

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

background-color css

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

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

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

border-color css

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

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

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