#38A231

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

Shades of La Palma #38A231

Tints of La Palma #38A231

Color information

#38A231 (or 0x38A231) is unknown color: approx La Palma. HEX triplet: 38, A2 and 31. RGB value is (56,162,49). Sum of RGB (Red+Green+Blue) = 56+162+49=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #38A231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A231 is #C75DCE. Grayscale: #757575. Windows color (decimal): -13065679 or 3252792. OLE color: 3252792.

HSL color Cylindrical-coordinate representation of color #38A231: hue angle of 116.28º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38A231 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB5616249-
CMYK0.6500.700.36
HSL116.28º53.55%41.37%-
HSV(B)116.28º69.75%63.53%-
XYZ15.1126.97.3-
YUV117.4289.3884.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 162 (63.67% from 255) = 60.67%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=20.97%
G=60.67%
B=18.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56162490.6500.700.36116.2853.5541.37
Hex38A2314104624743629
Octal70242611010106441646651
Binary111000101000101100011000001010001101001001110100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,162,49); }

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

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

 a { background-color: rgb(56,162,49); }

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

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

 span { border-color: rgb(56,162,49); }

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