Html Css Color HEX #378542 Japanese Laurel

📋 copy color: '#378542'

red 55 ◦ green 133 ◦ blue 66

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

Shades of Japanese Laurel #378542

Tints of Japanese Laurel #378542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

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

R = 21.65%
G = 52.36%
B = 25.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#378542 (or 0x378542) is known color: Japanese Laurel. HEX triplet: 37, 85 and 42. RGB value is (55,133,66). Sum of RGB (Red+Green+Blue) = 55+133+66=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #378542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378542 is #C87ABD. Grayscale: #666666. Windows color (decimal): -13138622 or 4359479. OLE color: 4359479.

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

Color convert

RGB 55 133 66 -
CMYK 0.59 0 0.50 0.48
HSL 128.46º 0.41% 0.37% -
HSV(B) 128.46º 0.59% 0.52% -
XYZ 10.95 17.98 8.05 -
YUV 102.04 107.66 94.45 -
System Red Green Blue C M Y K H S L
Decimal 55 133 66 0.59 0 0.50 0.48 128.46 0.41 0.37
Hex 37 85 42 3B 0 32 30 80 29 25
Octal 67 205 102 73 0 62 60 200 51 45
Binary 110111 10000101 1000010 111011 0 110010 110000 10000000 101001 100101

Color Harmonies of #378542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378542

Black with #378542

Text Example


Text Example

White with #378542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378542; }

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

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

background-color css

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

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

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

border-color css

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

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

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