#379C0F

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

Shades of La Palma #379C0F

Tints of La Palma #379C0F

Color information

#379C0F (or 0x379C0F) is unknown color: approx La Palma. HEX triplet: 37, 9C and 0F. RGB value is (55,156,15). Sum of RGB (Red+Green+Blue) = 55+156+15=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 156 (61.33% from 255 or 69.03% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 156 - color contains mainly: green. Hex color #379C0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379C0F is #C863F0. Grayscale: #6E6E6E. Windows color (decimal): -13132785 or 1023031. OLE color: 1023031.

HSL color Cylindrical-coordinate representation of color #379C0F: hue angle of 102.98º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #379C0F is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB5515615-
CMYK0.6500.900.39
HSL102.98º82.46%33.53%-
HSV(B)102.98º90.38%61.18%-
XYZ13.5524.624.49-
YUV109.7374.5488.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 156 (61.33% from 255) = 69.03%
BLUE value IS 15 (6.25% from 255) = 6.64%
R=24.34%
G=69.03%
B=6.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55156150.6500.900.39102.9882.4633.53
Hex379CF4105A27675222
Octal672341710101324714712242
Binary11011110011100111110000010101101010011111001111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379C0F; }

 p { color: rgb(55,156,15); }

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

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

 a { background-color: rgb(55,156,15); }

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

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

 span { border-color: rgb(55,156,15); }

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