Html Css Color HEX #357741 Japanese Laurel

📋 copy color: '#357741'

red 53 ◦ green 119 ◦ blue 65

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

Shades of Japanese Laurel #357741

Tints of Japanese Laurel #357741

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.21%

 BLUE value IS 65 (25.78% from 255) = 27.43%

R = 22.36%
G = 50.21%
B = 27.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#357741 (or 0x357741) is known color: Japanese Laurel. HEX triplet: 35, 77 and 41. RGB value is (53,119,65). Sum of RGB (Red+Green+Blue) = 53+119+65=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #357741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357741 is #CA88BE. Grayscale: #5D5D5D. Windows color (decimal): -13273279 or 4290357. OLE color: 4290357.

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

Color convert

RGB 53 119 65 -
CMYK 0.55 0 0.45 0.53
HSL 130.91º 0.38% 0.34% -
HSV(B) 130.91º 0.55% 0.47% -
XYZ 9.02 14.33 7.29 -
YUV 93.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 53 119 65 0.55 0 0.45 0.53 130.91 0.38 0.34
Hex 35 77 41 37 0 2D 35 83 26 22
Octal 65 167 101 67 0 55 65 203 46 42
Binary 110101 1110111 1000001 110111 0 101101 110101 10000011 100110 100010

Color Harmonies of #357741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357741

Black with #357741

Text Example


Text Example

White with #357741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357741; }

 p { color: rgb(53,119,65); }

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

background-color css

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

 a { background-color: rgb(53,119,65); }

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

border-color css

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

 span { border-color: rgb(53,119,65); }

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