#3A7A35

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

Shades of Japanese Laurel #3A7A35

Tints of Japanese Laurel #3A7A35

Color information

#3A7A35 (or 0x3A7A35) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 7A and 35. RGB value is (58,122,53). Sum of RGB (Red+Green+Blue) = 58+122+53=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7A35 is #C585CA. Grayscale: #5F5F5F. Windows color (decimal): -12944843 or 3504698. OLE color: 3504698.

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

Color convert

RGB5812253-
CMYK0.5200.570.52
HSL115.65º39.43%34.31%-
HSV(B)115.65º56.56%47.84%-
XYZ9.3515.085.79-
YUV95104.3101.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.89%
GREEN value IS 122 (48.05% from 255) = 52.36%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=24.89%
G=52.36%
B=22.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58122530.5200.570.52115.6539.4334.31
Hex3A7A353403934742722
Octal721726564071641644742
Binary111010111101011010111010001110011101001110100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,122,53); }

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

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

 a { background-color: rgb(58,122,53); }

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

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

 span { border-color: rgb(58,122,53); }

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