Html Css Color HEX #378540 Japanese Laurel

📋 copy color: '#378540'

red 55 ◦ green 133 ◦ blue 64

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

Shades of Japanese Laurel #378540

Tints of Japanese Laurel #378540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

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

R = 21.83%
G = 52.78%
B = 25.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#378540 (or 0x378540) is known color: Japanese Laurel. HEX triplet: 37, 85 and 40. RGB value is (55,133,64). Sum of RGB (Red+Green+Blue) = 55+133+64=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #378540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378540 is #C87ABF. Grayscale: #666666. Windows color (decimal): -13138624 or 4228407. OLE color: 4228407.

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

Color convert

RGB 55 133 64 -
CMYK 0.59 0 0.52 0.48
HSL 126.92º 0.41% 0.37% -
HSV(B) 126.92º 0.59% 0.52% -
XYZ 10.89 17.96 7.74 -
YUV 101.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 55 133 64 0.59 0 0.52 0.48 126.92 0.41 0.37
Hex 37 85 40 3B 0 34 30 7F 29 25
Octal 67 205 100 73 0 64 60 177 51 45
Binary 110111 10000101 1000000 111011 0 110100 110000 1111111 101001 100101

Color Harmonies of #378540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378540

Black with #378540

Text Example


Text Example

White with #378540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378540; }

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

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

background-color css

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

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

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

border-color css

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

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

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