Html Css Color HEX #3B853C Japanese Laurel

📋 copy color: '#3B853C'

red 59 ◦ green 133 ◦ blue 60

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

Shades of Japanese Laurel #3B853C

Tints of Japanese Laurel #3B853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 23.41%
G = 52.78%
B = 23.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#3B853C (or 0x3B853C) is known color: Japanese Laurel. HEX triplet: 3B, 85 and 3C. RGB value is (59,133,60). Sum of RGB (Red+Green+Blue) = 59+133+60=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #3B853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B853C is #C47AC3. Grayscale: #666666. Windows color (decimal): -12876484 or 3966267. OLE color: 3966267.

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

Color convert

RGB 59 133 60 -
CMYK 0.56 0 0.55 0.48
HSL 120.81º 0.39% 0.38% -
HSV(B) 120.81º 0.56% 0.52% -
XYZ 11.01 18.03 7.18 -
YUV 102.55 103.98 96.94 -
System Red Green Blue C M Y K H S L
Decimal 59 133 60 0.56 0 0.55 0.48 120.81 0.39 0.38
Hex 3B 85 3C 38 0 37 30 79 27 26
Octal 73 205 74 70 0 67 60 171 47 46
Binary 111011 10000101 111100 111000 0 110111 110000 1111001 100111 100110

Color Harmonies of #3B853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B853C

Black with #3B853C

Text Example


Text Example

White with #3B853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,133,60); }

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

background-color css

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

 a { background-color: rgb(59,133,60); }

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

border-color css

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

 span { border-color: rgb(59,133,60); }

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