Html Css Color HEX #378240 Japanese Laurel

📋 copy color: '#378240'

red 55 ◦ green 130 ◦ blue 64

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

Shades of Japanese Laurel #378240

Tints of Japanese Laurel #378240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.21%

 BLUE value IS 64 (25.39% from 255) = 25.7%

R = 22.09%
G = 52.21%
B = 25.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#378240 (or 0x378240) is known color: Japanese Laurel. HEX triplet: 37, 82 and 40. RGB value is (55,130,64). Sum of RGB (Red+Green+Blue) = 55+130+64=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #378240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378240 is #C87DBF. Grayscale: #646464. Windows color (decimal): -13139392 or 4227639. OLE color: 4227639.

HSL color Cylindrical-coordinate representation of color #378240: hue angle of 127.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378240 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 64 -
CMYK 0.58 0 0.51 0.49
HSL 127.2º 0.41% 0.36% -
HSV(B) 127.2º 0.58% 0.51% -
XYZ 10.48 17.15 7.61 -
YUV 100.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 55 130 64 0.58 0 0.51 0.49 127.2 0.41 0.36
Hex 37 82 40 3A 0 33 31 7F 29 24
Octal 67 202 100 72 0 63 61 177 51 44
Binary 110111 10000010 1000000 111010 0 110011 110001 1111111 101001 100100

Color Harmonies of #378240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378240

Black with #378240

Text Example


Text Example

White with #378240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378240; }

 p { color: rgb(55,130,64); }

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

background-color css

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

 a { background-color: rgb(55,130,64); }

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

border-color css

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

 span { border-color: rgb(55,130,64); }

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