Html Css Color HEX #378D35 Japanese Laurel

📋 copy color: '#378D35'

red 55 ◦ green 141 ◦ blue 53

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

Shades of Japanese Laurel #378D35

Tints of Japanese Laurel #378D35

RGB

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

 GREEN value IS 141 (55.47% from 255) = 56.63%

 BLUE value IS 53 (21.09% from 255) = 21.29%

R = 22.09%
G = 56.63%
B = 21.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#378D35 (or 0x378D35) is known color: Japanese Laurel. HEX triplet: 37, 8D and 35. RGB value is (55,141,53). Sum of RGB (Red+Green+Blue) = 55+141+53=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #378D35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378D35 is #C872CA. Grayscale: #696969. Windows color (decimal): -13136587 or 3509559. OLE color: 3509559.

HSL color Cylindrical-coordinate representation of color #378D35: hue angle of 118.64º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378D35 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 141 53 -
CMYK 0.61 0 0.62 0.45
HSL 118.64º 0.45% 0.38% -
HSV(B) 118.64º 0.62% 0.55% -
XYZ 11.74 20.12 6.63 -
YUV 105.25 98.51 92.16 -
System Red Green Blue C M Y K H S L
Decimal 55 141 53 0.61 0 0.62 0.45 118.64 0.45 0.38
Hex 37 8D 35 3D 0 3E 2D 77 2D 26
Octal 67 215 65 75 0 76 55 167 55 46
Binary 110111 10001101 110101 111101 0 111110 101101 1110111 101101 100110

Color Harmonies of #378D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D35

Black with #378D35

Text Example


Text Example

White with #378D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378D35; }

 p { color: rgb(55,141,53); }

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

background-color css

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

 a { background-color: rgb(55,141,53); }

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

border-color css

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

 span { border-color: rgb(55,141,53); }

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