Html Css Color HEX #378934 Japanese Laurel

📋 copy color: '#378934'

red 55 ◦ green 137 ◦ blue 52

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

Shades of Japanese Laurel #378934

Tints of Japanese Laurel #378934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.15%

 BLUE value IS 52 (20.7% from 255) = 21.31%

R = 22.54%
G = 56.15%
B = 21.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#378934 (or 0x378934) is known color: Japanese Laurel. HEX triplet: 37, 89 and 34. RGB value is (55,137,52). Sum of RGB (Red+Green+Blue) = 55+137+52=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #378934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378934 is #C876CB. Grayscale: #676767. Windows color (decimal): -13137612 or 3442999. OLE color: 3442999.

HSL color Cylindrical-coordinate representation of color #378934: hue angle of 117.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378934 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 137 52 -
CMYK 0.60 0 0.62 0.46
HSL 117.88º 0.45% 0.37% -
HSV(B) 117.88º 0.62% 0.54% -
XYZ 11.14 18.95 6.32 -
YUV 102.79 99.33 93.91 -
System Red Green Blue C M Y K H S L
Decimal 55 137 52 0.60 0 0.62 0.46 117.88 0.45 0.37
Hex 37 89 34 3C 0 3E 2E 76 2D 25
Octal 67 211 64 74 0 76 56 166 55 45
Binary 110111 10001001 110100 111100 0 111110 101110 1110110 101101 100101

Color Harmonies of #378934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378934

Black with #378934

Text Example


Text Example

White with #378934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378934; }

 p { color: rgb(55,137,52); }

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

background-color css

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

 a { background-color: rgb(55,137,52); }

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

border-color css

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

 span { border-color: rgb(55,137,52); }

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