Html Css Color HEX #379400 La Palma

📋 copy color: '#379400'

red 55 ◦ green 148 ◦ blue 0

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

Shades of La Palma #379400

Tints of La Palma #379400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 72.91%

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

R = 27.09%
G = 72.91%
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

#379400 (or 0x379400) is known color: La Palma. HEX triplet: 37, 94 and 00. RGB value is (55,148,0). Sum of RGB (Red+Green+Blue) = 55+148+0=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 148 (58.20% from 255 or 72.91% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 148 - color contains mainly: green. Hex color #379400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379400 is #C86BFF. Grayscale: #676767. Windows color (decimal): -13134848 or 37943. OLE color: 37943.

HSL color Cylindrical-coordinate representation of color #379400: hue angle of 97.7º 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 #379400 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 148 0 -
CMYK 0.63 0 1 0.42
HSL 97.7º 1% 0.29% -
HSV(B) 97.7º 1% 0.58% -
XYZ 12.17 21.99 3.6 -
YUV 103.32 69.69 93.53 -
System Red Green Blue C M Y K H S L
Decimal 55 148 0 0.63 0 1 0.42 97.7 1 0.29
Hex 37 94 0 3F 0 64 2A 62 64 1D
Octal 67 224 0 77 0 144 52 142 144 35
Binary 110111 10010100 0 111111 0 1100100 101010 1100010 1100100 11101

Color Harmonies of #379400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379400

Black with #379400

Text Example


Text Example

White with #379400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379400; }

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

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

background-color css

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

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

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

border-color css

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

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

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