Html Css Color HEX #379500 La Palma

📋 copy color: '#379500'

red 55 ◦ green 149 ◦ blue 0

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

Shades of La Palma #379500

Tints of La Palma #379500

RGB

 RED value IS 55 (21.88% from 255) = 26.96%

 GREEN value IS 149 (58.59% from 255) = 73.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.96%
G = 73.04%
B = 0%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#379500 (or 0x379500) is known color: La Palma. HEX triplet: 37, 95 and 00. RGB value is (55,149,0). Sum of RGB (Red+Green+Blue) = 55+149+0=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 149 (58.59% from 255 or 73.04% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 149 - color contains mainly: green. Hex color #379500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379500 is #C86AFF. Grayscale: #686868. Windows color (decimal): -13134592 or 38199. OLE color: 38199.

HSL color Cylindrical-coordinate representation of color #379500: hue angle of 97.85º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #379500 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 149 0 -
CMYK 0.63 0 1 0.42
HSL 97.85º 1% 0.29% -
HSV(B) 97.85º 1% 0.58% -
XYZ 12.32 22.31 3.66 -
YUV 103.91 69.36 93.12 -
System Red Green Blue C M Y K H S L
Decimal 55 149 0 0.63 0 1 0.42 97.85 1 0.29
Hex 37 95 0 3F 0 64 2A 62 64 1D
Octal 67 225 0 77 0 144 52 142 144 35
Binary 110111 10010101 0 111111 0 1100100 101010 1100010 1100100 11101

Color Harmonies of #379500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379500

Black with #379500

Text Example


Text Example

White with #379500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379500; }

 p { color: rgb(55,149,0); }

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

background-color css

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

 a { background-color: rgb(55,149,0); }

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

border-color css

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

 span { border-color: rgb(55,149,0); }

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