Html Css Color HEX #379339 Japanese Laurel

📋 copy color: '#379339'

red 55 ◦ green 147 ◦ blue 57

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

Shades of Japanese Laurel #379339

Tints of Japanese Laurel #379339

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.76%

 BLUE value IS 57 (22.66% from 255) = 22.01%

R = 21.24%
G = 56.76%
B = 22.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#379339 (or 0x379339) is known color: Japanese Laurel. HEX triplet: 37, 93 and 39. RGB value is (55,147,57). Sum of RGB (Red+Green+Blue) = 55+147+57=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #379339 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379339 is #C86CC6. Grayscale: #6D6D6D. Windows color (decimal): -13135047 or 3773239. OLE color: 3773239.

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

Color convert

RGB 55 147 57 -
CMYK 0.63 0 0.61 0.42
HSL 121.3º 0.46% 0.4% -
HSV(B) 121.3º 0.63% 0.58% -
XYZ 12.75 21.98 7.44 -
YUV 109.23 98.52 89.32 -
System Red Green Blue C M Y K H S L
Decimal 55 147 57 0.63 0 0.61 0.42 121.3 0.46 0.4
Hex 37 93 39 3F 0 3D 2A 79 2E 28
Octal 67 223 71 77 0 75 52 171 56 50
Binary 110111 10010011 111001 111111 0 111101 101010 1111001 101110 101000

Color Harmonies of #379339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379339

Black with #379339

Text Example


Text Example

White with #379339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379339; }

 p { color: rgb(55,147,57); }

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

background-color css

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

 a { background-color: rgb(55,147,57); }

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

border-color css

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

 span { border-color: rgb(55,147,57); }

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