Html Css Color HEX #3A7036 Japanese Laurel

📋 copy color: '#3A7036'

red 58 ◦ green 112 ◦ blue 54

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

Shades of Japanese Laurel #3A7036

Tints of Japanese Laurel #3A7036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.11%

R = 25.89%
G = 50%
B = 24.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#3A7036 (or 0x3A7036) is known color: Japanese Laurel. HEX triplet: 3A, 70 and 36. RGB value is (58,112,54). Sum of RGB (Red+Green+Blue) = 58+112+54=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7036 is #C58FC9. Grayscale: #595959. Windows color (decimal): -12947402 or 3567674. OLE color: 3567674.

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

Color convert

RGB 58 112 54 -
CMYK 0.48 0 0.52 0.56
HSL 115.86º 0.35% 0.33% -
HSV(B) 115.86º 0.52% 0.44% -
XYZ 8.2 12.75 5.52 -
YUV 89.24 108.11 105.72 -
System Red Green Blue C M Y K H S L
Decimal 58 112 54 0.48 0 0.52 0.56 115.86 0.35 0.33
Hex 3A 70 36 30 0 34 38 74 23 21
Octal 72 160 66 60 0 64 70 164 43 41
Binary 111010 1110000 110110 110000 0 110100 111000 1110100 100011 100001

Color Harmonies of #3A7036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7036

Black with #3A7036

Text Example


Text Example

White with #3A7036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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