Html Css Color HEX #378634 Japanese Laurel

📋 copy color: '#378634'

red 55 ◦ green 134 ◦ blue 52

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

Shades of Japanese Laurel #378634

Tints of Japanese Laurel #378634

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.6%

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

R = 22.82%
G = 55.6%
B = 21.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#378634 (or 0x378634) is known color: Japanese Laurel. HEX triplet: 37, 86 and 34. RGB value is (55,134,52). Sum of RGB (Red+Green+Blue) = 55+134+52=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #378634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378634 is #C879CB. Grayscale: #656565. Windows color (decimal): -13138380 or 3442231. OLE color: 3442231.

HSL color Cylindrical-coordinate representation of color #378634: hue angle of 117.8º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378634 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 134 52 -
CMYK 0.59 0 0.61 0.47
HSL 117.8º 0.44% 0.36% -
HSV(B) 117.8º 0.61% 0.53% -
XYZ 10.72 18.11 6.18 -
YUV 101.03 100.33 95.17 -
System Red Green Blue C M Y K H S L
Decimal 55 134 52 0.59 0 0.61 0.47 117.8 0.44 0.36
Hex 37 86 34 3B 0 3D 2F 76 2C 24
Octal 67 206 64 73 0 75 57 166 54 44
Binary 110111 10000110 110100 111011 0 111101 101111 1110110 101100 100100

Color Harmonies of #378634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378634

Black with #378634

Text Example


Text Example

White with #378634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378634; }

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

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

background-color css

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

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

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

border-color css

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

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

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