#38833A

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

Shades of Japanese Laurel #38833A

Tints of Japanese Laurel #38833A

Color information

#38833A (or 0x38833A) is unknown color: approx Japanese Laurel. HEX triplet: 38, 83 and 3A. RGB value is (56,131,58). Sum of RGB (Red+Green+Blue) = 56+131+58=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #38833A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38833A is #C77CC5. Grayscale: #646464. Windows color (decimal): -13073606 or 3834680. OLE color: 3834680.

HSL color Cylindrical-coordinate representation of color #38833A: hue angle of 121.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38833A is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB5613158-
CMYK0.5700.560.49
HSL121.6º40.11%36.67%-
HSV(B)121.6º57.25%51.37%-
XYZ10.5117.386.8-
YUV100.25104.1596.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 131 (51.56% from 255) = 53.47%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=22.86%
G=53.47%
B=23.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56131580.5700.560.49121.640.1136.67
Hex38833A39038317a2825
Octal702037271070611725045
Binary1110001000001111101011100101110001100011111010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38833A; }

 p { color: rgb(56,131,58); }

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

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

 a { background-color: rgb(56,131,58); }

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

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

 span { border-color: rgb(56,131,58); }

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