Html Css Color HEX #378642 Japanese Laurel

📋 copy color: '#378642'

red 55 ◦ green 134 ◦ blue 66

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

Shades of Japanese Laurel #378642

Tints of Japanese Laurel #378642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.88%

R = 21.57%
G = 52.55%
B = 25.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#378642 (or 0x378642) is known color: Japanese Laurel. HEX triplet: 37, 86 and 42. RGB value is (55,134,66). Sum of RGB (Red+Green+Blue) = 55+134+66=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #378642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378642 is #C879BD. Grayscale: #666666. Windows color (decimal): -13138366 or 4359735. OLE color: 4359735.

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

Color convert

RGB 55 134 66 -
CMYK 0.59 0 0.51 0.47
HSL 128.35º 0.42% 0.37% -
HSV(B) 128.35º 0.59% 0.53% -
XYZ 11.08 18.26 8.09 -
YUV 102.63 107.33 94.03 -
System Red Green Blue C M Y K H S L
Decimal 55 134 66 0.59 0 0.51 0.47 128.35 0.42 0.37
Hex 37 86 42 3B 0 33 2F 80 2A 25
Octal 67 206 102 73 0 63 57 200 52 45
Binary 110111 10000110 1000010 111011 0 110011 101111 10000000 101010 100101

Color Harmonies of #378642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378642

Black with #378642

Text Example


Text Example

White with #378642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378642; }

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

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

background-color css

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

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

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

border-color css

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

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

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