#38922D

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

Shades of La Palma #38922D

Tints of La Palma #38922D

Color information

#38922D (or 0x38922D) is unknown color: approx La Palma. HEX triplet: 38, 92 and 2D. RGB value is (56,146,45). Sum of RGB (Red+Green+Blue) = 56+146+45=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #38922D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38922D is #C76DD2. Grayscale: #6B6B6B. Windows color (decimal): -13069779 or 2986552. OLE color: 2986552.

HSL color Cylindrical-coordinate representation of color #38922D: hue angle of 113.47º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38922D is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB5614645-
CMYK0.6200.690.43
HSL113.47º52.88%37.45%-
HSV(B)113.47º69.18%57.25%-
XYZ12.3821.596-
YUV107.5892.6891.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 146 (57.42% from 255) = 59.11%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=22.67%
G=59.11%
B=18.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56146450.6200.690.43113.4752.8837.45
Hex38922D3E0452B713525
Octal7022255760105531616545
Binary11100010010010101101111110010001011010111110001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38922D; }

 p { color: rgb(56,146,45); }

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

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

 a { background-color: rgb(56,146,45); }

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

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

 span { border-color: rgb(56,146,45); }

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