Html Css Color HEX #3B7E34 Japanese Laurel

📋 copy color: '#3B7E34'

red 59 ◦ green 126 ◦ blue 52

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

Shades of Japanese Laurel #3B7E34

Tints of Japanese Laurel #3B7E34

RGB

 RED value IS 59 (23.44% from 255) = 24.89%

 GREEN value IS 126 (49.61% from 255) = 53.16%

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

R = 24.89%
G = 53.16%
B = 21.94%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#3B7E34 (or 0x3B7E34) is known color: Japanese Laurel. HEX triplet: 3B, 7E and 34. RGB value is (59,126,52). Sum of RGB (Red+Green+Blue) = 59+126+52=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 126 (49.61% from 255 or 53.16% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 126 - color contains mainly: green. Hex color #3B7E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7E34 is #C481CB. Grayscale: #616161. Windows color (decimal): -12878284 or 3440187. OLE color: 3440187.

HSL color Cylindrical-coordinate representation of color #3B7E34: hue angle of 114.32º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B7E34 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 126 52 -
CMYK 0.53 0 0.59 0.51
HSL 114.32º 0.42% 0.35% -
HSV(B) 114.32º 0.59% 0.49% -
XYZ 9.88 16.1 5.84 -
YUV 97.53 102.3 100.52 -
System Red Green Blue C M Y K H S L
Decimal 59 126 52 0.53 0 0.59 0.51 114.32 0.42 0.35
Hex 3B 7E 34 35 0 3B 33 72 2A 23
Octal 73 176 64 65 0 73 63 162 52 43
Binary 111011 1111110 110100 110101 0 111011 110011 1110010 101010 100011

Color Harmonies of #3B7E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7E34

Black with #3B7E34

Text Example


Text Example

White with #3B7E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,126,52); }

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

background-color css

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

 a { background-color: rgb(59,126,52); }

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

border-color css

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

 span { border-color: rgb(59,126,52); }

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