Html Css Color HEX #3B7B34 Japanese Laurel

📋 copy color: '#3B7B34'

red 59 ◦ green 123 ◦ blue 52

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

Shades of Japanese Laurel #3B7B34

Tints of Japanese Laurel #3B7B34

RGB

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

 GREEN value IS 123 (48.44% from 255) = 52.56%

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

R = 25.21%
G = 52.56%
B = 22.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#3B7B34 (or 0x3B7B34) is known color: Japanese Laurel. HEX triplet: 3B, 7B and 34. RGB value is (59,123,52). Sum of RGB (Red+Green+Blue) = 59+123+52=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7B34 is #C484CB. Grayscale: #5F5F5F. Windows color (decimal): -12879052 or 3439419. OLE color: 3439419.

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

Color convert

RGB 59 123 52 -
CMYK 0.52 0 0.58 0.52
HSL 114.08º 0.41% 0.34% -
HSV(B) 114.08º 0.58% 0.48% -
XYZ 9.51 15.34 5.71 -
YUV 95.77 103.3 101.77 -
System Red Green Blue C M Y K H S L
Decimal 59 123 52 0.52 0 0.58 0.52 114.08 0.41 0.34
Hex 3B 7B 34 34 0 3A 34 72 29 22
Octal 73 173 64 64 0 72 64 162 51 42
Binary 111011 1111011 110100 110100 0 111010 110100 1110010 101001 100010

Color Harmonies of #3B7B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7B34

Black with #3B7B34

Text Example


Text Example

White with #3B7B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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