Html Css Color HEX #378534 Japanese Laurel

📋 copy color: '#378534'

red 55 ◦ green 133 ◦ blue 52

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

Shades of Japanese Laurel #378534

Tints of Japanese Laurel #378534

RGB

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

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

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

R = 22.92%
G = 55.42%
B = 21.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#378534 (or 0x378534) is known color: Japanese Laurel. HEX triplet: 37, 85 and 34. RGB value is (55,133,52). Sum of RGB (Red+Green+Blue) = 55+133+52=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #378534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378534 is #C87ACB. Grayscale: #646464. Windows color (decimal): -13138636 or 3441975. OLE color: 3441975.

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

Color convert

RGB 55 133 52 -
CMYK 0.59 0 0.61 0.48
HSL 117.78º 0.44% 0.36% -
HSV(B) 117.78º 0.61% 0.52% -
XYZ 10.58 17.84 6.13 -
YUV 100.44 100.66 95.59 -
System Red Green Blue C M Y K H S L
Decimal 55 133 52 0.59 0 0.61 0.48 117.78 0.44 0.36
Hex 37 85 34 3B 0 3D 30 76 2C 24
Octal 67 205 64 73 0 75 60 166 54 44
Binary 110111 10000101 110100 111011 0 111101 110000 1110110 101100 100100

Color Harmonies of #378534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378534

Black with #378534

Text Example


Text Example

White with #378534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378534; }

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

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

background-color css

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

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

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

border-color css

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

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

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