#38A334

Color #38A334 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #38A334

Tints of La Palma #38A334

Color information

#38A334 (or 0x38A334) is unknown color: approx La Palma. HEX triplet: 38, A3 and 34. RGB value is (56,163,52). Sum of RGB (Red+Green+Blue) = 56+163+52=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 163 (64.06% from 255 or 60.15% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 163 - color contains mainly: green. Hex color #38A334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A334 is #C75CCB. Grayscale: #767676. Windows color (decimal): -13065420 or 3449656. OLE color: 3449656.

HSL color Cylindrical-coordinate representation of color #38A334: hue angle of 117.84º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38A334 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB5616352-
CMYK0.6600.680.36
HSL117.84º51.63%42.16%-
HSV(B)117.84º68.1%63.92%-
XYZ15.3527.287.71-
YUV118.3590.5583.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 163 (64.06% from 255) = 60.15%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=20.66%
G=60.15%
B=19.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56163520.6600.680.36117.8451.6342.16
Hex38A334420442476342a
Octal70243641020104441666452
Binary111000101000111101001000010010001001001001110110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A334; }

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

 H1.HeaderClassName
 {
   color: #38A334;
 }
 .AnyTagClassName
 {
   color: #38A334;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #38A334;
 }
 .BgClassName
 {
   background-color: #38A334;
 }
</style>
border-color css

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

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

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