Html Css Color HEX #35982C La Palma

📋 copy color: '#35982C'

red 53 ◦ green 152 ◦ blue 44

#35982C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #35982C

Tints of La Palma #35982C

RGB

 RED value IS 53 (21.09% from 255) = 21.29%

 GREEN value IS 152 (59.77% from 255) = 61.04%

 BLUE value IS 44 (17.58% from 255) = 17.67%

R = 21.29%
G = 61.04%
B = 17.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#35982C (or 0x35982C) is known color: La Palma. HEX triplet: 35, 98 and 2C. RGB value is (53,152,44). Sum of RGB (Red+Green+Blue) = 53+152+44=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #35982C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35982C is #CA67D3. Grayscale: #6E6E6E. Windows color (decimal): -13264852 or 2922549. OLE color: 2922549.

HSL color Cylindrical-coordinate representation of color #35982C: hue angle of 115º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35982C is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 152 44 -
CMYK 0.65 0 0.71 0.40
HSL 115º 0.55% 0.38% -
HSV(B) 115º 0.71% 0.6% -
XYZ 13.15 23.4 6.21 -
YUV 110.09 90.7 87.28 -
System Red Green Blue C M Y K H S L
Decimal 53 152 44 0.65 0 0.71 0.40 115 0.55 0.38
Hex 35 98 2C 41 0 47 28 73 37 26
Octal 65 230 54 101 0 107 50 163 67 46
Binary 110101 10011000 101100 1000001 0 1000111 101000 1110011 110111 100110

Color Harmonies of #35982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35982C

Black with #35982C

Text Example


Text Example

White with #35982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35982C; }

 p { color: rgb(53,152,44); }

 H1.HeaderClassName
 {
   color: #35982C;
 }
 .AnyTagClassName
 {
   color: #35982C;
 }
</style>

background-color css

<style>
 a { background-color: #35982C; }

 a { background-color: rgb(53,152,44); }

 div.DivClassName
 {
   background-color: #35982C;
 }
 .BgClassName
 {
   background-color: #35982C;
 }
</style>

border-color css

<style>
 span { border-color: #35982C; }

 span { border-color: rgb(53,152,44); }

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