Html Css Color HEX #378842 Japanese Laurel

📋 copy color: '#378842'

red 55 ◦ green 136 ◦ blue 66

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

Shades of Japanese Laurel #378842

Tints of Japanese Laurel #378842

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.92%

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

R = 21.4%
G = 52.92%
B = 25.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#378842 (or 0x378842) is known color: Japanese Laurel. HEX triplet: 37, 88 and 42. RGB value is (55,136,66). Sum of RGB (Red+Green+Blue) = 55+136+66=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #378842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378842 is #C877BD. Grayscale: #686868. Windows color (decimal): -13137854 or 4360247. OLE color: 4360247.

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

Color convert

RGB 55 136 66 -
CMYK 0.60 0 0.51 0.47
HSL 128.15º 0.42% 0.37% -
HSV(B) 128.15º 0.6% 0.53% -
XYZ 11.36 18.81 8.19 -
YUV 103.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 55 136 66 0.60 0 0.51 0.47 128.15 0.42 0.37
Hex 37 88 42 3C 0 33 2F 80 2A 25
Octal 67 210 102 74 0 63 57 200 52 45
Binary 110111 10001000 1000010 111100 0 110011 101111 10000000 101010 100101

Color Harmonies of #378842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378842

Black with #378842

Text Example


Text Example

White with #378842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378842; }

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

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

background-color css

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

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

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

border-color css

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

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

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