#3A7833

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

Shades of Japanese Laurel #3A7833

Tints of Japanese Laurel #3A7833

Color information

#3A7833 (or 0x3A7833) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 78 and 33. RGB value is (58,120,51). Sum of RGB (Red+Green+Blue) = 58+120+51=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7833 is #C587CC. Grayscale: #5D5D5D. Windows color (decimal): -12945357 or 3373114. OLE color: 3373114.

HSL color Cylindrical-coordinate representation of color #3A7833: hue angle of 113.91º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A7833 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB5812051-
CMYK0.5200.580.53
HSL113.91º40.35%33.53%-
HSV(B)113.91º57.5%47.06%-
XYZ9.0614.575.47-
YUV93.6103.96102.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.33%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=25.33%
G=52.40%
B=22.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58120510.5200.580.53113.9140.3533.53
Hex3A78333403A35722822
Octal721706364072651625042
Binary111010111100011001111010001110101101011110010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A7833; }

 p { color: rgb(58,120,51); }

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

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

 a { background-color: rgb(58,120,51); }

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

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

 span { border-color: rgb(58,120,51); }

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