Html Css Color HEX #378442 Japanese Laurel

📋 copy color: '#378442'

red 55 ◦ green 132 ◦ blue 66

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

Shades of Japanese Laurel #378442

Tints of Japanese Laurel #378442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.17%

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

R = 21.74%
G = 52.17%
B = 26.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#378442 (or 0x378442) is known color: Japanese Laurel. HEX triplet: 37, 84 and 42. RGB value is (55,132,66). Sum of RGB (Red+Green+Blue) = 55+132+66=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #378442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378442 is #C87BBD. Grayscale: #656565. Windows color (decimal): -13138878 or 4359223. OLE color: 4359223.

HSL color Cylindrical-coordinate representation of color #378442: hue angle of 128.57º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378442 is Cyan = 0.58, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 132 66 -
CMYK 0.58 0 0.5 0.48
HSL 128.57º 0.41% 0.37% -
HSV(B) 128.57º 0.58% 0.52% -
XYZ 10.81 17.71 8 -
YUV 101.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 55 132 66 0.58 0 0.5 0.48 128.57 0.41 0.37
Hex 37 84 42 3A 0 32 30 81 29 25
Octal 67 204 102 72 0 62 60 201 51 45
Binary 110111 10000100 1000010 111010 0 110010 110000 10000001 101001 100101

Color Harmonies of #378442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378442

Black with #378442

Text Example


Text Example

White with #378442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378442; }

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

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

background-color css

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

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

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

border-color css

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

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

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