Html Css Color HEX #378242 Japanese Laurel

📋 copy color: '#378242'

red 55 ◦ green 130 ◦ blue 66

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

Shades of Japanese Laurel #378242

Tints of Japanese Laurel #378242

RGB

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

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

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

R = 21.91%
G = 51.79%
B = 26.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#378242 (or 0x378242) is known color: Japanese Laurel. HEX triplet: 37, 82 and 42. RGB value is (55,130,66). Sum of RGB (Red+Green+Blue) = 55+130+66=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #378242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378242 is #C87DBD. Grayscale: #646464. Windows color (decimal): -13139390 or 4358711. OLE color: 4358711.

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

Color convert

RGB 55 130 66 -
CMYK 0.58 0 0.49 0.49
HSL 128.8º 0.41% 0.36% -
HSV(B) 128.8º 0.58% 0.51% -
XYZ 10.54 17.17 7.91 -
YUV 100.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 55 130 66 0.58 0 0.49 0.49 128.8 0.41 0.36
Hex 37 82 42 3A 0 31 31 81 29 24
Octal 67 202 102 72 0 61 61 201 51 44
Binary 110111 10000010 1000010 111010 0 110001 110001 10000001 101001 100100

Color Harmonies of #378242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378242

Black with #378242

Text Example


Text Example

White with #378242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378242; }

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

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

background-color css

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

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

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

border-color css

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

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

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