#38773E

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

Shades of Japanese Laurel #38773E

Tints of Japanese Laurel #38773E

Color information

#38773E (or 0x38773E) is unknown color: approx Japanese Laurel. HEX triplet: 38, 77 and 3E. RGB value is (56,119,62). Sum of RGB (Red+Green+Blue) = 56+119+62=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #38773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38773E is #C788C1. Grayscale: #5D5D5D. Windows color (decimal): -13076674 or 4093752. OLE color: 4093752.

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

Color convert

RGB5611962-
CMYK0.5300.480.53
HSL125.71º36%34.31%-
HSV(B)125.71º52.94%46.67%-
XYZ9.114.386.85-
YUV93.66110.13101.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=23.63%
G=50.21%
B=26.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119620.5300.480.53125.713634.31
Hex38773E35030357e2422
Octal701677665060651764442
Binary111000111011111111011010101100001101011111110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38773E; }

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

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

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

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

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

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

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

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