Html Css Color HEX #378535 Japanese Laurel

📋 copy color: '#378535'

red 55 ◦ green 133 ◦ blue 53

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

Shades of Japanese Laurel #378535

Tints of Japanese Laurel #378535

RGB

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

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

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

R = 22.82%
G = 55.19%
B = 21.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#378535 (or 0x378535) is known color: Japanese Laurel. HEX triplet: 37, 85 and 35. RGB value is (55,133,53). Sum of RGB (Red+Green+Blue) = 55+133+53=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #378535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378535 is #C87ACA. Grayscale: #646464. Windows color (decimal): -13138635 or 3507511. OLE color: 3507511.

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

Color convert

RGB 55 133 53 -
CMYK 0.59 0 0.60 0.48
HSL 118.5º 0.43% 0.36% -
HSV(B) 118.5º 0.6% 0.52% -
XYZ 10.61 17.84 6.25 -
YUV 100.56 101.16 95.5 -
System Red Green Blue C M Y K H S L
Decimal 55 133 53 0.59 0 0.60 0.48 118.5 0.43 0.36
Hex 37 85 35 3B 0 3C 30 76 2B 24
Octal 67 205 65 73 0 74 60 166 53 44
Binary 110111 10000101 110101 111011 0 111100 110000 1110110 101011 100100

Color Harmonies of #378535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378535

Black with #378535

Text Example


Text Example

White with #378535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378535; }

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

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

background-color css

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

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

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

border-color css

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

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

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