#38773B

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

Shades of Japanese Laurel #38773B

Tints of Japanese Laurel #38773B

Color information

#38773B (or 0x38773B) is unknown color: approx Japanese Laurel. HEX triplet: 38, 77 and 3B. RGB value is (56,119,59). Sum of RGB (Red+Green+Blue) = 56+119+59=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #38773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38773B is #C788C4. Grayscale: #5D5D5D. Windows color (decimal): -13076677 or 3897144. OLE color: 3897144.

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

Color convert

RGB5611959-
CMYK0.5300.500.53
HSL122.86º36%34.31%-
HSV(B)122.86º52.94%46.67%-
XYZ9.0214.356.43-
YUV93.32108.63101.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 59 (23.44% from 255) = 25.21%
R=23.93%
G=50.85%
B=25.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119590.5300.500.53122.863634.31
Hex38773B35032357b2422
Octal701677365062651734442
Binary111000111011111101111010101100101101011111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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