Html Css Color HEX #378341 Japanese Laurel

📋 copy color: '#378341'

red 55 ◦ green 131 ◦ blue 65

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

Shades of Japanese Laurel #378341

Tints of Japanese Laurel #378341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.19%

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

R = 21.91%
G = 52.19%
B = 25.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#378341 (or 0x378341) is known color: Japanese Laurel. HEX triplet: 37, 83 and 41. RGB value is (55,131,65). Sum of RGB (Red+Green+Blue) = 55+131+65=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #378341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378341 is #C87CBE. Grayscale: #646464. Windows color (decimal): -13139135 or 4293431. OLE color: 4293431.

HSL color Cylindrical-coordinate representation of color #378341: hue angle of 127.89º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378341 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 131 65 -
CMYK 0.58 0 0.50 0.49
HSL 127.89º 0.41% 0.36% -
HSV(B) 127.89º 0.58% 0.51% -
XYZ 10.65 17.43 7.8 -
YUV 100.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 55 131 65 0.58 0 0.50 0.49 127.89 0.41 0.36
Hex 37 83 41 3A 0 32 31 80 29 24
Octal 67 203 101 72 0 62 61 200 51 44
Binary 110111 10000011 1000001 111010 0 110010 110001 10000000 101001 100100

Color Harmonies of #378341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378341

Black with #378341

Text Example


Text Example

White with #378341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378341; }

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

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

background-color css

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

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

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

border-color css

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

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

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