Html Css Color HEX #378641 Japanese Laurel

📋 copy color: '#378641'

red 55 ◦ green 134 ◦ blue 65

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

Shades of Japanese Laurel #378641

Tints of Japanese Laurel #378641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 21.65%
G = 52.76%
B = 25.59%

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

#378641 (or 0x378641) is known color: Japanese Laurel. HEX triplet: 37, 86 and 41. RGB value is (55,134,65). Sum of RGB (Red+Green+Blue) = 55+134+65=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #378641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378641 is #C879BE. Grayscale: #666666. Windows color (decimal): -13138367 or 4294199. OLE color: 4294199.

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

Color convert

RGB 55 134 65 -
CMYK 0.59 0 0.51 0.47
HSL 127.59º 0.42% 0.37% -
HSV(B) 127.59º 0.59% 0.53% -
XYZ 11.05 18.24 7.94 -
YUV 102.51 106.83 94.11 -
System Red Green Blue C M Y K H S L
Decimal 55 134 65 0.59 0 0.51 0.47 127.59 0.42 0.37
Hex 37 86 41 3B 0 33 2F 80 2A 25
Octal 67 206 101 73 0 63 57 200 52 45
Binary 110111 10000110 1000001 111011 0 110011 101111 10000000 101010 100101

Color Harmonies of #378641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378641

Black with #378641

Text Example


Text Example

White with #378641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378641; }

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

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

background-color css

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

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

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

border-color css

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

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

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