Html Css Color HEX #3A7035 Japanese Laurel

📋 copy color: '#3A7035'

red 58 ◦ green 112 ◦ blue 53

#3A7035
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #3A7035

Tints of Japanese Laurel #3A7035

RGB

 RED value IS 58 (23.05% from 255) = 26.01%

 GREEN value IS 112 (44.14% from 255) = 50.22%

 BLUE value IS 53 (21.09% from 255) = 23.77%

R = 26.01%
G = 50.22%
B = 23.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#3A7035 (or 0x3A7035) is known color: Japanese Laurel. HEX triplet: 3A, 70 and 35. RGB value is (58,112,53). Sum of RGB (Red+Green+Blue) = 58+112+53=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7035 is #C58FCA. Grayscale: #595959. Windows color (decimal): -12947403 or 3502138. OLE color: 3502138.

HSL color Cylindrical-coordinate representation of color #3A7035: hue angle of 114.92º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7035 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 112 53 -
CMYK 0.48 0 0.53 0.56
HSL 114.92º 0.36% 0.32% -
HSV(B) 114.92º 0.53% 0.44% -
XYZ 8.18 12.74 5.4 -
YUV 89.13 107.61 105.8 -
System Red Green Blue C M Y K H S L
Decimal 58 112 53 0.48 0 0.53 0.56 114.92 0.36 0.32
Hex 3A 70 35 30 0 35 38 73 24 20
Octal 72 160 65 60 0 65 70 163 44 40
Binary 111010 1110000 110101 110000 0 110101 111000 1110011 100100 100000

Color Harmonies of #3A7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7035

Black with #3A7035

Text Example


Text Example

White with #3A7035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A7035;
 }
 .AnyTagClassName
 {
   color: #3A7035;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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