Html Css Color HEX #357440 Japanese Laurel

📋 copy color: '#357440'

red 53 ◦ green 116 ◦ blue 64

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

Shades of Japanese Laurel #357440

Tints of Japanese Laurel #357440

RGB

 RED value IS 53 (21.09% from 255) = 22.75%

 GREEN value IS 116 (45.7% from 255) = 49.79%

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 22.75%
G = 49.79%
B = 27.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#357440 (or 0x357440) is known color: Japanese Laurel. HEX triplet: 35, 74 and 40. RGB value is (53,116,64). Sum of RGB (Red+Green+Blue) = 53+116+64=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #357440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357440 is #CA8BBF. Grayscale: #5B5B5B. Windows color (decimal): -13274048 or 4224053. OLE color: 4224053.

HSL color Cylindrical-coordinate representation of color #357440: hue angle of 130.48º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357440 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 116 64 -
CMYK 0.54 0 0.45 0.55
HSL 130.48º 0.37% 0.33% -
HSV(B) 130.48º 0.54% 0.45% -
XYZ 8.64 13.62 7.02 -
YUV 91.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 53 116 64 0.54 0 0.45 0.55 130.48 0.37 0.33
Hex 35 74 40 36 0 2D 37 82 25 21
Octal 65 164 100 66 0 55 67 202 45 41
Binary 110101 1110100 1000000 110110 0 101101 110111 10000010 100101 100001

Color Harmonies of #357440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357440

Black with #357440

Text Example


Text Example

White with #357440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357440; }

 p { color: rgb(53,116,64); }

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

background-color css

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

 a { background-color: rgb(53,116,64); }

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

border-color css

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

 span { border-color: rgb(53,116,64); }

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