Html Css Color HEX #378941 Japanese Laurel

📋 copy color: '#378941'

red 55 ◦ green 137 ◦ blue 65

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

Shades of Japanese Laurel #378941

Tints of Japanese Laurel #378941

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.31%

 BLUE value IS 65 (25.78% from 255) = 25.29%

R = 21.4%
G = 53.31%
B = 25.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#378941 (or 0x378941) is known color: Japanese Laurel. HEX triplet: 37, 89 and 41. RGB value is (55,137,65). Sum of RGB (Red+Green+Blue) = 55+137+65=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #378941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378941 is #C876BE. Grayscale: #686868. Windows color (decimal): -13137599 or 4294967. OLE color: 4294967.

HSL color Cylindrical-coordinate representation of color #378941: hue angle of 127.32º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378941 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 137 65 -
CMYK 0.60 0 0.53 0.46
HSL 127.32º 0.43% 0.38% -
HSV(B) 127.32º 0.6% 0.54% -
XYZ 11.48 19.09 8.08 -
YUV 104.27 105.83 92.85 -
System Red Green Blue C M Y K H S L
Decimal 55 137 65 0.60 0 0.53 0.46 127.32 0.43 0.38
Hex 37 89 41 3C 0 35 2E 7F 2B 26
Octal 67 211 101 74 0 65 56 177 53 46
Binary 110111 10001001 1000001 111100 0 110101 101110 1111111 101011 100110

Color Harmonies of #378941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378941

Black with #378941

Text Example


Text Example

White with #378941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378941; }

 p { color: rgb(55,137,65); }

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

background-color css

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

 a { background-color: rgb(55,137,65); }

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

border-color css

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

 span { border-color: rgb(55,137,65); }

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