Html Css Color HEX #379238 Japanese Laurel

📋 copy color: '#379238'

red 55 ◦ green 146 ◦ blue 56

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

Shades of Japanese Laurel #379238

Tints of Japanese Laurel #379238

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.81%

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 21.4%
G = 56.81%
B = 21.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#379238 (or 0x379238) is known color: Japanese Laurel. HEX triplet: 37, 92 and 38. RGB value is (55,146,56). Sum of RGB (Red+Green+Blue) = 55+146+56=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #379238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379238 is #C86DC7. Grayscale: #6C6C6C. Windows color (decimal): -13135304 or 3707447. OLE color: 3707447.

HSL color Cylindrical-coordinate representation of color #379238: hue angle of 120.66º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379238 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 146 56 -
CMYK 0.62 0 0.62 0.43
HSL 120.66º 0.45% 0.39% -
HSV(B) 120.66º 0.62% 0.57% -
XYZ 12.57 21.66 7.26 -
YUV 108.53 98.35 89.82 -
System Red Green Blue C M Y K H S L
Decimal 55 146 56 0.62 0 0.62 0.43 120.66 0.45 0.39
Hex 37 92 38 3E 0 3E 2B 79 2D 27
Octal 67 222 70 76 0 76 53 171 55 47
Binary 110111 10010010 111000 111110 0 111110 101011 1111001 101101 100111

Color Harmonies of #379238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379238

Black with #379238

Text Example


Text Example

White with #379238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379238; }

 p { color: rgb(55,146,56); }

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

background-color css

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

 a { background-color: rgb(55,146,56); }

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

border-color css

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

 span { border-color: rgb(55,146,56); }

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