Html Css Color HEX #378740 Japanese Laurel

📋 copy color: '#378740'

red 55 ◦ green 135 ◦ blue 64

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

Shades of Japanese Laurel #378740

Tints of Japanese Laurel #378740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.15%

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

R = 21.65%
G = 53.15%
B = 25.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#378740 (or 0x378740) is known color: Japanese Laurel. HEX triplet: 37, 87 and 40. RGB value is (55,135,64). Sum of RGB (Red+Green+Blue) = 55+135+64=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #378740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378740 is #C878BF. Grayscale: #676767. Windows color (decimal): -13138112 or 4228919. OLE color: 4228919.

HSL color Cylindrical-coordinate representation of color #378740: hue angle of 126.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378740 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 135 64 -
CMYK 0.59 0 0.53 0.47
HSL 126.75º 0.42% 0.37% -
HSV(B) 126.75º 0.59% 0.53% -
XYZ 11.16 18.51 7.83 -
YUV 102.99 106 93.77 -
System Red Green Blue C M Y K H S L
Decimal 55 135 64 0.59 0 0.53 0.47 126.75 0.42 0.37
Hex 37 87 40 3B 0 35 2F 7F 2A 25
Octal 67 207 100 73 0 65 57 177 52 45
Binary 110111 10000111 1000000 111011 0 110101 101111 1111111 101010 100101

Color Harmonies of #378740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378740

Black with #378740

Text Example


Text Example

White with #378740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378740; }

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

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

background-color css

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

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

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

border-color css

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

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

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