Html Css Color HEX #3A7434 Japanese Laurel

📋 copy color: '#3A7434'

red 58 ◦ green 116 ◦ blue 52

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

Shades of Japanese Laurel #3A7434

Tints of Japanese Laurel #3A7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.33%

 BLUE value IS 52 (20.7% from 255) = 23.01%

R = 25.66%
G = 51.33%
B = 23.01%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#3A7434 (or 0x3A7434) is known color: Japanese Laurel. HEX triplet: 3A, 74 and 34. RGB value is (58,116,52). Sum of RGB (Red+Green+Blue) = 58+116+52=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #3A7434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7434 is #C58BCB. Grayscale: #5B5B5B. Windows color (decimal): -12946380 or 3437626. OLE color: 3437626.

HSL color Cylindrical-coordinate representation of color #3A7434: hue angle of 114.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A7434 is Cyan = 0.5, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 116 52 -
CMYK 0.5 0 0.55 0.55
HSL 114.38º 0.38% 0.33% -
HSV(B) 114.38º 0.55% 0.45% -
XYZ 8.61 13.64 5.43 -
YUV 91.36 105.78 104.2 -
System Red Green Blue C M Y K H S L
Decimal 58 116 52 0.5 0 0.55 0.55 114.38 0.38 0.33
Hex 3A 74 34 32 0 37 37 72 26 21
Octal 72 164 64 62 0 67 67 162 46 41
Binary 111010 1110100 110100 110010 0 110111 110111 1110010 100110 100001

Color Harmonies of #3A7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7434

Black with #3A7434

Text Example


Text Example

White with #3A7434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,116,52); }

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

background-color css

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

 a { background-color: rgb(58,116,52); }

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

border-color css

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

 span { border-color: rgb(58,116,52); }

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