#357738

Color #357738 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #357738

Tints of Japanese Laurel #357738

Color information

#357738 (or 0x357738) is unknown color: approx Japanese Laurel. HEX triplet: 35, 77 and 38. RGB value is (53,119,56). Sum of RGB (Red+Green+Blue) = 53+119+56=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #357738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357738 is #CA88C7. Grayscale: #5C5C5C. Windows color (decimal): -13273288 or 3700533. OLE color: 3700533.

HSL color Cylindrical-coordinate representation of color #357738: hue angle of 122.73º 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 #357738 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB5311956-
CMYK0.5500.530.53
HSL122.73º38.37%33.73%-
HSV(B)122.73º55.46%46.67%-
XYZ8.7814.246.03-
YUV92.08107.63100.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 119 (46.88% from 255) = 52.19%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=23.25%
G=52.19%
B=24.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119560.5500.530.53122.7338.3733.73
Hex35773837035357b2622
Octal651677067065651734642
Binary110101111011111100011011101101011101011111011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357738; }

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

 H1.HeaderClassName
 {
   color: #357738;
 }
 .AnyTagClassName
 {
   color: #357738;
 }
</style>
background-color css

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

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

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

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

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

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