#35941B

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

Shades of La Palma #35941B

Tints of La Palma #35941B

Color information

#35941B (or 0x35941B) is unknown color: approx La Palma. HEX triplet: 35, 94 and 1B. RGB value is (53,148,27). Sum of RGB (Red+Green+Blue) = 53+148+27=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 148 (58.20% from 255 or 64.91% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 148 - color contains mainly: green. Hex color #35941B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35941B is #CA6BE4. Grayscale: #6A6A6A. Windows color (decimal): -13265893 or 1807413. OLE color: 1807413.

HSL color Cylindrical-coordinate representation of color #35941B: hue angle of 107.11º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #35941B is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB5314827-
CMYK0.6400.820.42
HSL107.11º69.14%34.31%-
HSV(B)107.11º81.76%58.04%-
XYZ12.2622.024.64-
YUV105.883.5390.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 148 (58.20% from 255) = 64.91%
BLUE value IS 27 (10.94% from 255) = 11.84%
R=23.25%
G=64.91%
B=11.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53148270.6400.820.42107.1169.1434.31
Hex35941B400522A6b4522
Octal652243310001225215310542
Binary110101100101001101110000000101001010101011010111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35941B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35941B; }

 p { color: rgb(53,148,27); }

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

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

 a { background-color: rgb(53,148,27); }

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

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

 span { border-color: rgb(53,148,27); }

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