Html Css Color HEX #378241 Japanese Laurel

📋 copy color: '#378241'

red 55 ◦ green 130 ◦ blue 65

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

Shades of Japanese Laurel #378241

Tints of Japanese Laurel #378241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52%

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

R = 22%
G = 52%
B = 26%

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

#378241 (or 0x378241) is known color: Japanese Laurel. HEX triplet: 37, 82 and 41. RGB value is (55,130,65). Sum of RGB (Red+Green+Blue) = 55+130+65=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #378241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378241 is #C87DBE. Grayscale: #646464. Windows color (decimal): -13139391 or 4293175. OLE color: 4293175.

HSL color Cylindrical-coordinate representation of color #378241: hue angle of 128º 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 #378241 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 65 -
CMYK 0.58 0 0.50 0.49
HSL 128º 0.41% 0.36% -
HSV(B) 128º 0.58% 0.51% -
XYZ 10.51 17.16 7.76 -
YUV 100.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 55 130 65 0.58 0 0.50 0.49 128 0.41 0.36
Hex 37 82 41 3A 0 32 31 80 29 24
Octal 67 202 101 72 0 62 61 200 51 44
Binary 110111 10000010 1000001 111010 0 110010 110001 10000000 101001 100100

Color Harmonies of #378241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378241

Black with #378241

Text Example


Text Example

White with #378241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378241; }

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

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

background-color css

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

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

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

border-color css

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

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

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