Html Css Color HEX #378342 Japanese Laurel

📋 copy color: '#378342'

red 55 ◦ green 131 ◦ blue 66

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

Shades of Japanese Laurel #378342

Tints of Japanese Laurel #378342

RGB

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

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

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

R = 21.83%
G = 51.98%
B = 26.19%

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

#378342 (or 0x378342) is known color: Japanese Laurel. HEX triplet: 37, 83 and 42. RGB value is (55,131,66). Sum of RGB (Red+Green+Blue) = 55+131+66=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #378342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378342 is #C87CBD. Grayscale: #656565. Windows color (decimal): -13139134 or 4358967. OLE color: 4358967.

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

Color convert

RGB 55 131 66 -
CMYK 0.58 0 0.50 0.49
HSL 128.68º 0.41% 0.36% -
HSV(B) 128.68º 0.58% 0.51% -
XYZ 10.68 17.44 7.96 -
YUV 100.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 55 131 66 0.58 0 0.50 0.49 128.68 0.41 0.36
Hex 37 83 42 3A 0 32 31 81 29 24
Octal 67 203 102 72 0 62 61 201 51 44
Binary 110111 10000011 1000010 111010 0 110010 110001 10000001 101001 100100

Color Harmonies of #378342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378342

Black with #378342

Text Example


Text Example

White with #378342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378342; }

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

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

background-color css

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

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

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

border-color css

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

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

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