Html Css Color HEX #379600 La Palma

📋 copy color: '#379600'

red 55 ◦ green 150 ◦ blue 0

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

Shades of La Palma #379600

Tints of La Palma #379600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 73.17%

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

R = 26.83%
G = 73.17%
B = 0%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#379600 (or 0x379600) is known color: La Palma. HEX triplet: 37, 96 and 00. RGB value is (55,150,0). Sum of RGB (Red+Green+Blue) = 55+150+0=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 150 (58.98% from 255 or 73.17% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 150 - color contains mainly: green. Hex color #379600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379600 is #C869FF. Grayscale: #696969. Windows color (decimal): -13134336 or 38455. OLE color: 38455.

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

Color convert

RGB 55 150 0 -
CMYK 0.63 0 1 0.41
HSL 98º 1% 0.29% -
HSV(B) 98º 1% 0.59% -
XYZ 12.48 22.62 3.71 -
YUV 104.5 69.03 92.7 -
System Red Green Blue C M Y K H S L
Decimal 55 150 0 0.63 0 1 0.41 98 1 0.29
Hex 37 96 0 3F 0 64 29 62 64 1D
Octal 67 226 0 77 0 144 51 142 144 35
Binary 110111 10010110 0 111111 0 1100100 101001 1100010 1100100 11101

Color Harmonies of #379600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379600

Black with #379600

Text Example


Text Example

White with #379600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379600; }

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

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

background-color css

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

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

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

border-color css

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

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

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