Html Css Color HEX #378134 Japanese Laurel

📋 copy color: '#378134'

red 55 ◦ green 129 ◦ blue 52

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

Shades of Japanese Laurel #378134

Tints of Japanese Laurel #378134

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.66%

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

R = 23.31%
G = 54.66%
B = 22.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#378134 (or 0x378134) is known color: Japanese Laurel. HEX triplet: 37, 81 and 34. RGB value is (55,129,52). Sum of RGB (Red+Green+Blue) = 55+129+52=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #378134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378134 is #C87ECB. Grayscale: #626262. Windows color (decimal): -13139660 or 3440951. OLE color: 3440951.

HSL color Cylindrical-coordinate representation of color #378134: hue angle of 117.66º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378134 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 129 52 -
CMYK 0.57 0 0.60 0.49
HSL 117.66º 0.43% 0.35% -
HSV(B) 117.66º 0.6% 0.51% -
XYZ 10.05 16.76 5.95 -
YUV 98.1 101.98 97.26 -
System Red Green Blue C M Y K H S L
Decimal 55 129 52 0.57 0 0.60 0.49 117.66 0.43 0.35
Hex 37 81 34 39 0 3C 31 76 2B 23
Octal 67 201 64 71 0 74 61 166 53 43
Binary 110111 10000001 110100 111001 0 111100 110001 1110110 101011 100011

Color Harmonies of #378134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378134

Black with #378134

Text Example


Text Example

White with #378134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378134; }

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

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

background-color css

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

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

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

border-color css

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

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

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