Html Css Color HEX #378640 Japanese Laurel

📋 copy color: '#378640'

red 55 ◦ green 134 ◦ blue 64

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

Shades of Japanese Laurel #378640

Tints of Japanese Laurel #378640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.96%

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

R = 21.74%
G = 52.96%
B = 25.3%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#378640 (or 0x378640) is known color: Japanese Laurel. HEX triplet: 37, 86 and 40. RGB value is (55,134,64). Sum of RGB (Red+Green+Blue) = 55+134+64=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #378640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378640 is #C879BF. Grayscale: #666666. Windows color (decimal): -13138368 or 4228663. OLE color: 4228663.

HSL color Cylindrical-coordinate representation of color #378640: hue angle of 126.84º 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 #378640 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 134 64 -
CMYK 0.59 0 0.52 0.47
HSL 126.84º 0.42% 0.37% -
HSV(B) 126.84º 0.59% 0.53% -
XYZ 11.03 18.23 7.79 -
YUV 102.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 55 134 64 0.59 0 0.52 0.47 126.84 0.42 0.37
Hex 37 86 40 3B 0 34 2F 7F 2A 25
Octal 67 206 100 73 0 64 57 177 52 45
Binary 110111 10000110 1000000 111011 0 110100 101111 1111111 101010 100101

Color Harmonies of #378640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378640

Black with #378640

Text Example


Text Example

White with #378640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378640; }

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

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

background-color css

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

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

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

border-color css

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

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

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